#997215

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

Shades of Golden Brown #997215

Tints of Golden Brown #997215

Color information

#997215 (or 0x997215) is unknown color: approx Golden Brown. HEX triplet: 99, 72 and 15. RGB value is (153,114,21). Sum of RGB (Red+Green+Blue) = 153+114+21=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997215 is #668DEA. Grayscale: #737373. Windows color (decimal): -6721003 or 1405593. OLE color: 1405593.

HSL color Cylindrical-coordinate representation of color #997215: hue angle of 42.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997215 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB15311421-
CMYK00.250.860.4
HSL42.27º75.86%34.12%-
HSV(B)42.27º86.27%60%-
XYZ19.2918.863.33-
YUV115.0674.92155.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.12%
GREEN value IS 114 (44.92% from 255) = 39.58%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=53.12%
G=39.58%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531142100.250.860.442.2775.8634.12
Hex99721501956282a4c22
Octal23116225031126505211442
Binary1001100111100101010101100110101101010001010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997215; }

 p { color: rgb(153,114,21); }

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

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

 a { background-color: rgb(153,114,21); }

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

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

 span { border-color: rgb(153,114,21); }

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