Html Css Color HEX #996C13 Golden Brown

📋 copy color: '#996C13'

red 153 ◦ green 108 ◦ blue 19

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

Shades of Golden Brown #996C13

Tints of Golden Brown #996C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.57%

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

R = 54.64%
G = 38.57%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996C13 (or 0x996C13) is known color: Golden Brown. HEX triplet: 99, 6C and 13. RGB value is (153,108,19). Sum of RGB (Red+Green+Blue) = 153+108+19=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #996C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996C13 is #6693EC. Grayscale: #6F6F6F. Windows color (decimal): -6722541 or 1272985. OLE color: 1272985.

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

Color convert

RGB 153 108 19 -
CMYK 0 0.29 0.88 0.4
HSL 39.85º 0.78% 0.34% -
HSV(B) 39.85º 0.88% 0.6% -
XYZ 18.62 17.54 3.02 -
YUV 111.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 153 108 19 0 0.29 0.88 0.4 39.85 0.78 0.34
Hex 99 6C 13 0 1D 58 28 28 4E 22
Octal 231 154 23 0 35 130 50 50 116 42
Binary 10011001 1101100 10011 0 11101 1011000 101000 101000 1001110 100010

Color Harmonies of #996C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C13

Black with #996C13

Text Example


Text Example

White with #996C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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