#966508

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

Shades of Golden Brown #966508

Tints of Golden Brown #966508

Color information

#966508 (or 0x966508) is unknown color: approx Golden Brown. HEX triplet: 96, 65 and 08. RGB value is (150,101,8). Sum of RGB (Red+Green+Blue) = 150+101+8=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #966508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966508 is #699AF7. Grayscale: #696969. Windows color (decimal): -6920952 or 550294. OLE color: 550294.

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

Color convert

RGB1501018-
CMYK00.330.950.41
HSL39.3º89.87%30.98%-
HSV(B)39.3º94.67%58.82%-
XYZ17.2815.812.37-
YUV105.0573.23160.06-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=57.92%
G=39.00%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150101800.330.950.4139.389.8730.98
Hex966580215F29275a1f
Octal22614510041137514713237
Binary100101101100101100001000011011111101001100111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966508; }

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

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

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

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

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

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

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

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