#965E06

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

Shades of Golden Brown #965E06

Tints of Golden Brown #965E06

Color information

#965E06 (or 0x965E06) is unknown color: approx Golden Brown. HEX triplet: 96, 5E and 06. RGB value is (150,94,6). Sum of RGB (Red+Green+Blue) = 150+94+6=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 94 (37.11% from 255 or 37.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #965E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #965E06 is #69A1F9. Grayscale: #656565. Windows color (decimal): -6922746 or 417430. OLE color: 417430.

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

Color convert

RGB150946-
CMYK00.370.960.41
HSL36.67º92.31%30.59%-
HSV(B)36.67º96%58.82%-
XYZ16.6114.52.1-
YUV100.7174.55163.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60%
GREEN value IS 94 (37.11% from 255) = 37.6%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=60%
G=37.6%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15094600.370.960.4136.6792.3130.59
Hex965E60256029255c1f
Octal2261366045140514513437
Binary10010110101111011001001011100000101001100101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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