Html Css Color HEX #996813 Golden Brown

📋 copy color: '#996813'

red 153 ◦ green 104 ◦ blue 19

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

Shades of Golden Brown #996813

Tints of Golden Brown #996813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

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

R = 55.43%
G = 37.68%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996813 (or 0x996813) is known color: Golden Brown. HEX triplet: 99, 68 and 13. RGB value is (153,104,19). Sum of RGB (Red+Green+Blue) = 153+104+19=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996813 is #6697EC. Grayscale: #6D6D6D. Windows color (decimal): -6723565 or 1271961. OLE color: 1271961.

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

Color convert

RGB 153 104 19 -
CMYK 0 0.32 0.88 0.4
HSL 38.06º 0.78% 0.34% -
HSV(B) 38.06º 0.88% 0.6% -
XYZ 18.2 16.72 2.88 -
YUV 108.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 153 104 19 0 0.32 0.88 0.4 38.06 0.78 0.34
Hex 99 68 13 0 20 58 28 26 4E 22
Octal 231 150 23 0 40 130 50 46 116 42
Binary 10011001 1101000 10011 0 100000 1011000 101000 100110 1001110 100010

Color Harmonies of #996813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996813

Black with #996813

Text Example


Text Example

White with #996813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996813; }

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

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

background-color css

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

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

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

border-color css

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

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

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