#96661F

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

Shades of Golden Brown #96661F

Tints of Golden Brown #96661F

Color information

#96661F (or 0x96661F) is unknown color: approx Golden Brown. HEX triplet: 96, 66 and 1F. RGB value is (150,102,31). Sum of RGB (Red+Green+Blue) = 150+102+31=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96661F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96661F is #6999E0. Grayscale: #6C6C6C. Windows color (decimal): -6920673 or 2057878. OLE color: 2057878.

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

Color convert

RGB15010231-
CMYK00.320.790.41
HSL35.8º65.75%35.49%-
HSV(B)35.8º79.33%58.82%-
XYZ17.5816.093.47-
YUV108.2684.4157.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 102 (40.23% from 255) = 36.04%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=53.00%
G=36.04%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501023100.320.790.4135.865.7535.49
Hex96661F0204F29244223
Octal22614637040117514410243
Binary10010110110011011111010000010011111010011001001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96661F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96661F; }

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

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

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

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

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

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

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

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