Html Css Color HEX #996013 Golden Brown

📋 copy color: '#996013'

red 153 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #996013

Tints of Golden Brown #996013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 57.09%
G = 35.82%
B = 7.09%

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

#996013 (or 0x996013) is known color: Golden Brown. HEX triplet: 99, 60 and 13. RGB value is (153,96,19). Sum of RGB (Red+Green+Blue) = 153+96+19=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996013 is #669FEC. Grayscale: #686868. Windows color (decimal): -6725613 or 1269913. OLE color: 1269913.

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

Color convert

RGB 153 96 19 -
CMYK 0 0.37 0.88 0.4
HSL 34.48º 0.78% 0.34% -
HSV(B) 34.48º 0.88% 0.6% -
XYZ 17.44 15.19 2.63 -
YUV 104.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 153 96 19 0 0.37 0.88 0.4 34.48 0.78 0.34
Hex 99 60 13 0 25 58 28 22 4E 22
Octal 231 140 23 0 45 130 50 42 116 42
Binary 10011001 1100000 10011 0 100101 1011000 101000 100010 1001110 100010

Color Harmonies of #996013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996013

Black with #996013

Text Example


Text Example

White with #996013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996013; }

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

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

background-color css

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

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

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

border-color css

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

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

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