Html Css Color HEX #996A1C Golden Brown

📋 copy color: '#996A1C'

red 153 ◦ green 106 ◦ blue 28

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

Shades of Golden Brown #996A1C

Tints of Golden Brown #996A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 53.31%
G = 36.93%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#996A1C (or 0x996A1C) is known color: Golden Brown. HEX triplet: 99, 6A and 1C. RGB value is (153,106,28). Sum of RGB (Red+Green+Blue) = 153+106+28=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #996A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A1C is #6695E3. Grayscale: #6F6F6F. Windows color (decimal): -6723044 or 1862297. OLE color: 1862297.

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

Color convert

RGB 153 106 28 -
CMYK 0 0.31 0.82 0.4
HSL 37.44º 0.69% 0.35% -
HSV(B) 37.44º 0.82% 0.6% -
XYZ 18.5 17.16 3.44 -
YUV 111.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 153 106 28 0 0.31 0.82 0.4 37.44 0.69 0.35
Hex 99 6A 1C 0 1F 52 28 25 45 23
Octal 231 152 34 0 37 122 50 45 105 43
Binary 10011001 1101010 11100 0 11111 1010010 101000 100101 1000101 100011

Color Harmonies of #996A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A1C

Black with #996A1C

Text Example


Text Example

White with #996A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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