Html Css Color HEX #996131 Indochine

📋 copy color: '#996131'

red 153 ◦ green 97 ◦ blue 49

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

Shades of Indochine #996131

Tints of Indochine #996131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.44%

 BLUE value IS 49 (19.53% from 255) = 16.39%

R = 51.17%
G = 32.44%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996131 (or 0x996131) is known color: Indochine. HEX triplet: 99, 61 and 31. RGB value is (153,97,49). Sum of RGB (Red+Green+Blue) = 153+97+49=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #996131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996131 is #669ECE. Grayscale: #6C6C6C. Windows color (decimal): -6725327 or 3236249. OLE color: 3236249.

HSL color Cylindrical-coordinate representation of color #996131: hue angle of 27.69º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #996131 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 49 -
CMYK 0 0.37 0.68 0.4
HSL 27.69º 0.51% 0.4% -
HSV(B) 27.69º 0.68% 0.6% -
XYZ 17.97 15.54 4.96 -
YUV 108.27 94.55 159.9 -
System Red Green Blue C M Y K H S L
Decimal 153 97 49 0 0.37 0.68 0.4 27.69 0.51 0.4
Hex 99 61 31 0 25 44 28 1C 33 28
Octal 231 141 61 0 45 104 50 34 63 50
Binary 10011001 1100001 110001 0 100101 1000100 101000 11100 110011 101000

Color Harmonies of #996131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996131

Black with #996131

Text Example


Text Example

White with #996131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996131; }

 p { color: rgb(153,97,49); }

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

background-color css

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

 a { background-color: rgb(153,97,49); }

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

border-color css

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

 span { border-color: rgb(153,97,49); }

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