#96660D

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

Shades of Golden Brown #96660D

Tints of Golden Brown #96660D

Color information

#96660D (or 0x96660D) is unknown color: approx Golden Brown. HEX triplet: 96, 66 and 0D. RGB value is (150,102,13). Sum of RGB (Red+Green+Blue) = 150+102+13=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96660D is #6999F2. Grayscale: #6A6A6A. Windows color (decimal): -6920691 or 878230. OLE color: 878230.

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

Color convert

RGB15010213-
CMYK00.320.910.41
HSL38.98º84.05%31.96%-
HSV(B)38.98º91.33%58.82%-
XYZ17.416.022.55-
YUV106.2175.4159.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 13 (5.47% from 255) = 4.91%
R=56.60%
G=38.49%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501021300.320.910.4138.9884.0531.96
Hex9666D0205B29275420
Octal22614615040133514712440
Binary1001011011001101101010000010110111010011001111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96660D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96660D; }

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

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

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

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

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

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

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

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