Html Css Color HEX #996D1C Golden Brown

📋 copy color: '#996D1C'

red 153 ◦ green 109 ◦ blue 28

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

Shades of Golden Brown #996D1C

Tints of Golden Brown #996D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

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

R = 52.76%
G = 37.59%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#996D1C (or 0x996D1C) is known color: Golden Brown. HEX triplet: 99, 6D and 1C. RGB value is (153,109,28). Sum of RGB (Red+Green+Blue) = 153+109+28=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #996D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D1C is #6692E3. Grayscale: #717171. Windows color (decimal): -6722276 or 1863065. OLE color: 1863065.

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

Color convert

RGB 153 109 28 -
CMYK 0 0.29 0.82 0.4
HSL 38.88º 0.69% 0.35% -
HSV(B) 38.88º 0.82% 0.6% -
XYZ 18.82 17.79 3.54 -
YUV 112.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 153 109 28 0 0.29 0.82 0.4 38.88 0.69 0.35
Hex 99 6D 1C 0 1D 52 28 27 45 23
Octal 231 155 34 0 35 122 50 47 105 43
Binary 10011001 1101101 11100 0 11101 1010010 101000 100111 1000101 100011

Color Harmonies of #996D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D1C

Black with #996D1C

Text Example


Text Example

White with #996D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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