Html Css Color HEX #996613 Golden Brown

📋 copy color: '#996613'

red 153 ◦ green 102 ◦ blue 19

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

Shades of Golden Brown #996613

Tints of Golden Brown #996613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.23%

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

R = 55.84%
G = 37.23%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#996613 (or 0x996613) is known color: Golden Brown. HEX triplet: 99, 66 and 13. RGB value is (153,102,19). Sum of RGB (Red+Green+Blue) = 153+102+19=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #996613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996613 is #6699EC. Grayscale: #6C6C6C. Windows color (decimal): -6724077 or 1271449. OLE color: 1271449.

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

Color convert

RGB 153 102 19 -
CMYK 0 0.33 0.88 0.4
HSL 37.16º 0.78% 0.34% -
HSV(B) 37.16º 0.88% 0.6% -
XYZ 18.01 16.32 2.82 -
YUV 107.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 153 102 19 0 0.33 0.88 0.4 37.16 0.78 0.34
Hex 99 66 13 0 21 58 28 25 4E 22
Octal 231 146 23 0 41 130 50 45 116 42
Binary 10011001 1100110 10011 0 100001 1011000 101000 100101 1001110 100010

Color Harmonies of #996613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996613

Black with #996613

Text Example


Text Example

White with #996613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996613; }

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

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

background-color css

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

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

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

border-color css

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

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

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