Html Css Color HEX #996E0D Golden Brown

📋 copy color: '#996E0D'

red 153 ◦ green 110 ◦ blue 13

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

Shades of Golden Brown #996E0D

Tints of Golden Brown #996E0D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.86%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 55.43%
G = 39.86%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#996E0D (or 0x996E0D) is known color: Golden Brown. HEX triplet: 99, 6E and 0D. RGB value is (153,110,13). Sum of RGB (Red+Green+Blue) = 153+110+13=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #996E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996E0D is #6691F2. Grayscale: #707070. Windows color (decimal): -6722035 or 880281. OLE color: 880281.

HSL color Cylindrical-coordinate representation of color #996E0D: hue angle of 41.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #996E0D is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 13 -
CMYK 0 0.28 0.92 0.4
HSL 41.57º 0.84% 0.33% -
HSV(B) 41.57º 0.92% 0.6% -
XYZ 18.79 17.95 2.86 -
YUV 111.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 153 110 13 0 0.28 0.92 0.4 41.57 0.84 0.33
Hex 99 6E D 0 1C 5C 28 2A 54 21
Octal 231 156 15 0 34 134 50 52 124 41
Binary 10011001 1101110 1101 0 11100 1011100 101000 101010 1010100 100001

Color Harmonies of #996E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E0D

Black with #996E0D

Text Example


Text Example

White with #996E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,110,13); }

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

background-color css

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

 a { background-color: rgb(153,110,13); }

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

border-color css

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

 span { border-color: rgb(153,110,13); }

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