#966906

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

Shades of Golden Brown #966906

Tints of Golden Brown #966906

Color information

#966906 (or 0x966906) is unknown color: approx Golden Brown. HEX triplet: 96, 69 and 06. RGB value is (150,105,6). Sum of RGB (Red+Green+Blue) = 150+105+6=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 105 (41.41% from 255 or 40.23% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #966906 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966906 is #6996F9. Grayscale: #6B6B6B. Windows color (decimal): -6919930 or 420246. OLE color: 420246.

HSL color Cylindrical-coordinate representation of color #966906: hue angle of 41.25º 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 #966906 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.41.

Color convert

RGB1501056-
CMYK00.300.960.41
HSL41.25º92.31%30.59%-
HSV(B)41.25º96%58.82%-
XYZ17.6616.62.45-
YUV107.1770.91158.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.47%
GREEN value IS 105 (41.41% from 255) = 40.23%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=57.47%
G=40.23%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150105600.300.960.4141.2592.3130.59
Hex9669601E6029295c1f
Octal2261516036140515113437
Binary1001011011010011100111101100000101001101001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966906; }

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

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

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

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

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

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

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

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