Html Css Color HEX #996012 Golden Brown

📋 copy color: '#996012'

red 153 ◦ green 96 ◦ blue 18

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

Shades of Golden Brown #996012

Tints of Golden Brown #996012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

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

R = 57.3%
G = 35.96%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996012 (or 0x996012) is known color: Golden Brown. HEX triplet: 99, 60 and 12. RGB value is (153,96,18). Sum of RGB (Red+Green+Blue) = 153+96+18=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #996012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996012 is #669FED. Grayscale: #686868. Windows color (decimal): -6725614 or 1204377. OLE color: 1204377.

HSL color Cylindrical-coordinate representation of color #996012: hue angle of 34.67º 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 #996012 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 18 -
CMYK 0 0.37 0.88 0.4
HSL 34.67º 0.79% 0.34% -
HSV(B) 34.67º 0.88% 0.6% -
XYZ 17.43 15.18 2.58 -
YUV 104.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 153 96 18 0 0.37 0.88 0.4 34.67 0.79 0.34
Hex 99 60 12 0 25 58 28 23 4F 22
Octal 231 140 22 0 45 130 50 43 117 42
Binary 10011001 1100000 10010 0 100101 1011000 101000 100011 1001111 100010

Color Harmonies of #996012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996012

Black with #996012

Text Example


Text Example

White with #996012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996012; }

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

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

background-color css

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

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

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

border-color css

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

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

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