Html Css Color HEX #996513 Golden Brown

📋 copy color: '#996513'

red 153 ◦ green 101 ◦ blue 19

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

Shades of Golden Brown #996513

Tints of Golden Brown #996513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37%

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

R = 56.04%
G = 37%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996513 (or 0x996513) is known color: Golden Brown. HEX triplet: 99, 65 and 13. RGB value is (153,101,19). Sum of RGB (Red+Green+Blue) = 153+101+19=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #996513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996513 is #669AEC. Grayscale: #6B6B6B. Windows color (decimal): -6724333 or 1271193. OLE color: 1271193.

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

Color convert

RGB 153 101 19 -
CMYK 0 0.34 0.88 0.4
HSL 36.72º 0.78% 0.34% -
HSV(B) 36.72º 0.88% 0.6% -
XYZ 17.91 16.13 2.78 -
YUV 107.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 153 101 19 0 0.34 0.88 0.4 36.72 0.78 0.34
Hex 99 65 13 0 22 58 28 25 4E 22
Octal 231 145 23 0 42 130 50 45 116 42
Binary 10011001 1100101 10011 0 100010 1011000 101000 100101 1001110 100010

Color Harmonies of #996513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996513

Black with #996513

Text Example


Text Example

White with #996513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996513; }

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

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

background-color css

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

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

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

border-color css

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

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

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