#966108

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

Shades of Golden Brown #966108

Tints of Golden Brown #966108

Color information

#966108 (or 0x966108) is unknown color: approx Golden Brown. HEX triplet: 96, 61 and 08. RGB value is (150,97,8). Sum of RGB (Red+Green+Blue) = 150+97+8=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966108 is #699EF7. Grayscale: #676767. Windows color (decimal): -6921976 or 549270. OLE color: 549270.

HSL color Cylindrical-coordinate representation of color #966108: hue angle of 37.61º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966108 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB150978-
CMYK00.350.950.41
HSL37.61º89.87%30.98%-
HSV(B)37.61º94.67%58.82%-
XYZ16.915.052.24-
YUV102.774.56161.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.82%
GREEN value IS 97 (38.28% from 255) = 38.04%
BLUE value IS 8 (3.52% from 255) = 3.14%
R=58.82%
G=38.04%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15097800.350.950.4137.6189.8730.98
Hex966180235F29265a1f
Octal22614110043137514613237
Binary100101101100001100001000111011111101001100110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966108; }

 p { color: rgb(150,97,8); }

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

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

 a { background-color: rgb(150,97,8); }

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

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

 span { border-color: rgb(150,97,8); }

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