Html Css Color HEX #996232 Indochine

📋 copy color: '#996232'

red 153 ◦ green 98 ◦ blue 50

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

Shades of Indochine #996232

Tints of Indochine #996232

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.56%

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

R = 50.83%
G = 32.56%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#996232 (or 0x996232) is known color: Indochine. HEX triplet: 99, 62 and 32. RGB value is (153,98,50). Sum of RGB (Red+Green+Blue) = 153+98+50=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996232 is #669DCD. Grayscale: #6D6D6D. Windows color (decimal): -6725070 or 3302041. OLE color: 3302041.

HSL color Cylindrical-coordinate representation of color #996232: hue angle of 27.96º 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 #996232 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 50 -
CMYK 0 0.36 0.67 0.4
HSL 27.96º 0.51% 0.4% -
HSV(B) 27.96º 0.67% 0.6% -
XYZ 18.08 15.74 5.1 -
YUV 108.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 153 98 50 0 0.36 0.67 0.4 27.96 0.51 0.4
Hex 99 62 32 0 24 43 28 1C 33 28
Octal 231 142 62 0 44 103 50 34 63 50
Binary 10011001 1100010 110010 0 100100 1000011 101000 11100 110011 101000

Color Harmonies of #996232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996232

Black with #996232

Text Example


Text Example

White with #996232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996232; }

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

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

background-color css

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

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

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

border-color css

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

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

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