Html Css Color HEX #996B1C Golden Brown

📋 copy color: '#996B1C'

red 153 ◦ green 107 ◦ blue 28

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

Shades of Golden Brown #996B1C

Tints of Golden Brown #996B1C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 53.13%
G = 37.15%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#996B1C (or 0x996B1C) is known color: Golden Brown. HEX triplet: 99, 6B and 1C. RGB value is (153,107,28). Sum of RGB (Red+Green+Blue) = 153+107+28=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #996B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B1C is #6694E3. Grayscale: #707070. Windows color (decimal): -6722788 or 1862553. OLE color: 1862553.

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

Color convert

RGB 153 107 28 -
CMYK 0 0.30 0.82 0.4
HSL 37.92º 0.69% 0.35% -
HSV(B) 37.92º 0.82% 0.6% -
XYZ 18.6 17.37 3.47 -
YUV 111.75 80.74 157.42 -
System Red Green Blue C M Y K H S L
Decimal 153 107 28 0 0.30 0.82 0.4 37.92 0.69 0.35
Hex 99 6B 1C 0 1E 52 28 26 45 23
Octal 231 153 34 0 36 122 50 46 105 43
Binary 10011001 1101011 11100 0 11110 1010010 101000 100110 1000101 100011

Color Harmonies of #996B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B1C

Black with #996B1C

Text Example


Text Example

White with #996B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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