Html Css Color HEX #996C1C Golden Brown

📋 copy color: '#996C1C'

red 153 ◦ green 108 ◦ blue 28

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

Shades of Golden Brown #996C1C

Tints of Golden Brown #996C1C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.37%

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

R = 52.94%
G = 37.37%
B = 9.69%

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

#996C1C (or 0x996C1C) is known color: Golden Brown. HEX triplet: 99, 6C and 1C. RGB value is (153,108,28). Sum of RGB (Red+Green+Blue) = 153+108+28=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #996C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C1C is #6693E3. Grayscale: #707070. Windows color (decimal): -6722532 or 1862809. OLE color: 1862809.

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

Color convert

RGB 153 108 28 -
CMYK 0 0.29 0.82 0.4
HSL 38.4º 0.69% 0.35% -
HSV(B) 38.4º 0.82% 0.6% -
XYZ 18.71 17.58 3.51 -
YUV 112.34 80.41 157 -
System Red Green Blue C M Y K H S L
Decimal 153 108 28 0 0.29 0.82 0.4 38.4 0.69 0.35
Hex 99 6C 1C 0 1D 52 28 26 45 23
Octal 231 154 34 0 35 122 50 46 105 43
Binary 10011001 1101100 11100 0 11101 1010010 101000 100110 1000101 100011

Color Harmonies of #996C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996C1C

Black with #996C1C

Text Example


Text Example

White with #996C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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