#966612

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

Shades of Golden Brown #966612

Tints of Golden Brown #966612

Color information

#966612 (or 0x966612) is unknown color: approx Golden Brown. HEX triplet: 96, 66 and 12. RGB value is (150,102,18). Sum of RGB (Red+Green+Blue) = 150+102+18=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #966612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966612 is #6999ED. Grayscale: #6B6B6B. Windows color (decimal): -6920686 or 1205910. OLE color: 1205910.

HSL color Cylindrical-coordinate representation of color #966612: hue angle of 38.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966612 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB15010218-
CMYK00.320.880.41
HSL38.18º78.57%32.94%-
HSV(B)38.18º88%58.82%-
XYZ17.4416.032.75-
YUV106.7877.9158.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=55.56%
G=37.78%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501021800.320.880.4138.1878.5732.94
Hex9666120205829264f21
Octal22614622040130514611741
Binary10010110110011010010010000010110001010011001101001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966612; }

 p { color: rgb(150,102,18); }

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

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

 a { background-color: rgb(150,102,18); }

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

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

 span { border-color: rgb(150,102,18); }

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