Html Css Color HEX #996E1C Golden Brown

📋 copy color: '#996E1C'

red 153 ◦ green 110 ◦ blue 28

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

Shades of Golden Brown #996E1C

Tints of Golden Brown #996E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 52.58%
G = 37.8%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#996E1C (or 0x996E1C) is known color: Golden Brown. HEX triplet: 99, 6E and 1C. RGB value is (153,110,28). Sum of RGB (Red+Green+Blue) = 153+110+28=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996E1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E1C is #6691E3. Grayscale: #717171. Windows color (decimal): -6722020 or 1863321. OLE color: 1863321.

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

Color convert

RGB 153 110 28 -
CMYK 0 0.28 0.82 0.4
HSL 39.36º 0.69% 0.35% -
HSV(B) 39.36º 0.82% 0.6% -
XYZ 18.92 18.01 3.58 -
YUV 113.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 153 110 28 0 0.28 0.82 0.4 39.36 0.69 0.35
Hex 99 6E 1C 0 1C 52 28 27 45 23
Octal 231 156 34 0 34 122 50 47 105 43
Binary 10011001 1101110 11100 0 11100 1010010 101000 100111 1000101 100011

Color Harmonies of #996E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E1C

Black with #996E1C

Text Example


Text Example

White with #996E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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