#965E0B

Color #965E0B Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #965E0B

Tints of Golden Brown #965E0B

Color information

#965E0B (or 0x965E0B) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 0B. RGB value is (150,94,11). Sum of RGB (Red+Green+Blue) = 150+94+11=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 94 (37.11% from 255 or 36.86% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #965E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E0B is #69A1F4. Grayscale: #656565. Windows color (decimal): -6922741 or 745110. OLE color: 745110.

HSL color Cylindrical-coordinate representation of color #965E0B: hue angle of 35.83º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #965E0B is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1509411-
CMYK00.370.930.41
HSL35.83º86.34%31.57%-
HSV(B)35.83º92.67%58.82%-
XYZ16.6414.512.24-
YUV101.2877.05162.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 94 (37.11% from 255) = 36.86%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=58.82%
G=36.86%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150941100.370.930.4135.8386.3431.57
Hex965EB0255D29245620
Octal22613613045135514412640
Binary1001011010111101011010010110111011010011001001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E0B; }

 p { color: rgb(150,94,11); }

 H1.HeaderClassName
 {
   color: #965E0B;
 }
 .AnyTagClassName
 {
   color: #965E0B;
 }
</style>
background-color css

<style>
 a { background-color: #965E0B; }

 a { background-color: rgb(150,94,11); }

 div.DivClassName
 {
   background-color: #965E0B;
 }
 .BgClassName
 {
   background-color: #965E0B;
 }
</style>
border-color css

<style>
 span { border-color: #965E0B; }

 span { border-color: rgb(150,94,11); }

 td.TdClassName
 {
   border-color: #965E0B;
 }
 .TagClassName
 {
   border-color: #965E0B;
 }
</style>