Html Css Color HEX #996113 Golden Brown

📋 copy color: '#996113'

red 153 ◦ green 97 ◦ blue 19

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

Shades of Golden Brown #996113

Tints of Golden Brown #996113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.06%

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

R = 56.88%
G = 36.06%
B = 7.06%

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

#996113 (or 0x996113) is known color: Golden Brown. HEX triplet: 99, 61 and 13. RGB value is (153,97,19). Sum of RGB (Red+Green+Blue) = 153+97+19=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #996113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996113 is #669EEC. Grayscale: #696969. Windows color (decimal): -6725357 or 1270169. OLE color: 1270169.

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

Color convert

RGB 153 97 19 -
CMYK 0 0.37 0.88 0.4
HSL 34.93º 0.78% 0.34% -
HSV(B) 34.93º 0.88% 0.6% -
XYZ 17.53 15.37 2.66 -
YUV 104.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 153 97 19 0 0.37 0.88 0.4 34.93 0.78 0.34
Hex 99 61 13 0 25 58 28 23 4E 22
Octal 231 141 23 0 45 130 50 43 116 42
Binary 10011001 1100001 10011 0 100101 1011000 101000 100011 1001110 100010

Color Harmonies of #996113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996113

Black with #996113

Text Example


Text Example

White with #996113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996113; }

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

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

background-color css

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

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

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

border-color css

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

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

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