Html Css Color HEX #997012 Golden Brown

📋 copy color: '#997012'

red 153 ◦ green 112 ◦ blue 18

#997012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #997012

Tints of Golden Brown #997012

RGB

 RED value IS 153 (60.16% from 255) = 54.06%

 GREEN value IS 112 (44.14% from 255) = 39.58%

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 54.06%
G = 39.58%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#997012 (or 0x997012) is known color: Golden Brown. HEX triplet: 99, 70 and 12. RGB value is (153,112,18). Sum of RGB (Red+Green+Blue) = 153+112+18=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #997012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997012 is #668FED. Grayscale: #717171. Windows color (decimal): -6721518 or 1208473. OLE color: 1208473.

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

Color convert

RGB 153 112 18 -
CMYK 0 0.27 0.88 0.4
HSL 41.78º 0.79% 0.34% -
HSV(B) 41.78º 0.88% 0.6% -
XYZ 19.04 18.4 3.12 -
YUV 113.54 74.08 156.14 -
System Red Green Blue C M Y K H S L
Decimal 153 112 18 0 0.27 0.88 0.4 41.78 0.79 0.34
Hex 99 70 12 0 1B 58 28 2A 4F 22
Octal 231 160 22 0 33 130 50 52 117 42
Binary 10011001 1110000 10010 0 11011 1011000 101000 101010 1001111 100010

Color Harmonies of #997012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997012

Black with #997012

Text Example


Text Example

White with #997012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997012; }

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

 H1.HeaderClassName
 {
   color: #997012;
 }
 .AnyTagClassName
 {
   color: #997012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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