#997018

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

Shades of Golden Brown #997018

Tints of Golden Brown #997018

Color information

#997018 (or 0x997018) is unknown color: approx Golden Brown. HEX triplet: 99, 70 and 18. RGB value is (153,112,24). Sum of RGB (Red+Green+Blue) = 153+112+24=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #997018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997018 is #668FE7. Grayscale: #727272. Windows color (decimal): -6721512 or 1601689. OLE color: 1601689.

HSL color Cylindrical-coordinate representation of color #997018: hue angle of 40.93º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #997018 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB15311224-
CMYK00.270.840.4
HSL40.93º72.88%34.71%-
HSV(B)40.93º84.31%60%-
XYZ19.118.433.41-
YUV114.2377.08155.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 52.94%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=52.94%
G=38.75%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531122400.270.840.440.9372.8834.71
Hex99701801B5428294923
Octal23116030033124505111143
Binary1001100111100001100001101110101001010001010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997018; }

 p { color: rgb(153,112,24); }

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

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

 a { background-color: rgb(153,112,24); }

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

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

 span { border-color: rgb(153,112,24); }

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