Html Css Color HEX #996132 Indochine

📋 copy color: '#996132'

red 153 ◦ green 97 ◦ blue 50

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

Shades of Indochine #996132

Tints of Indochine #996132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 51%
G = 32.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996132 (or 0x996132) is known color: Indochine. HEX triplet: 99, 61 and 32. RGB value is (153,97,50). Sum of RGB (Red+Green+Blue) = 153+97+50=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996132 is #669ECD. Grayscale: #6C6C6C. Windows color (decimal): -6725326 or 3301785. OLE color: 3301785.

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

Color convert

RGB 153 97 50 -
CMYK 0 0.37 0.67 0.4
HSL 27.38º 0.51% 0.4% -
HSV(B) 27.38º 0.67% 0.6% -
XYZ 17.99 15.55 5.07 -
YUV 108.39 95.05 159.82 -
System Red Green Blue C M Y K H S L
Decimal 153 97 50 0 0.37 0.67 0.4 27.38 0.51 0.4
Hex 99 61 32 0 25 43 28 1B 33 28
Octal 231 141 62 0 45 103 50 33 63 50
Binary 10011001 1100001 110010 0 100101 1000011 101000 11011 110011 101000

Color Harmonies of #996132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996132

Black with #996132

Text Example


Text Example

White with #996132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996132; }

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

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

background-color css

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

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

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

border-color css

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

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

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