#966615

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

Shades of Golden Brown #966615

Tints of Golden Brown #966615

Color information

#966615 (or 0x966615) is unknown color: approx Golden Brown. HEX triplet: 96, 66 and 15. RGB value is (150,102,21). Sum of RGB (Red+Green+Blue) = 150+102+21=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966615 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966615 is #6999EA. Grayscale: #6B6B6B. Windows color (decimal): -6920683 or 1402518. OLE color: 1402518.

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

Color convert

RGB15010221-
CMYK00.320.860.41
HSL37.67º75.44%33.53%-
HSV(B)37.67º86%58.82%-
XYZ17.4616.042.89-
YUV107.1279.4158.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=54.95%
G=37.36%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501022100.320.860.4137.6775.4433.53
Hex9666150205629264b22
Octal22614625040126514611342
Binary10010110110011010101010000010101101010011001101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966615; }

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

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

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

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

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

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

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

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