Html Css Color HEX #996413 Golden Brown

📋 copy color: '#996413'

red 153 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #996413

Tints of Golden Brown #996413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.76%

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

R = 56.25%
G = 36.76%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996413 (or 0x996413) is known color: Golden Brown. HEX triplet: 99, 64 and 13. RGB value is (153,100,19). Sum of RGB (Red+Green+Blue) = 153+100+19=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #996413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996413 is #669BEC. Grayscale: #6A6A6A. Windows color (decimal): -6724589 or 1270937. OLE color: 1270937.

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

Color convert

RGB 153 100 19 -
CMYK 0 0.35 0.88 0.4
HSL 36.27º 0.78% 0.34% -
HSV(B) 36.27º 0.88% 0.6% -
XYZ 17.81 15.93 2.75 -
YUV 106.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 153 100 19 0 0.35 0.88 0.4 36.27 0.78 0.34
Hex 99 64 13 0 23 58 28 24 4E 22
Octal 231 144 23 0 43 130 50 44 116 42
Binary 10011001 1100100 10011 0 100011 1011000 101000 100100 1001110 100010

Color Harmonies of #996413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996413

Black with #996413

Text Example


Text Example

White with #996413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996413; }

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

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

background-color css

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

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

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

border-color css

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

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

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