Html Css Color HEX #996231 Indochine

📋 copy color: '#996231'

red 153 ◦ green 98 ◦ blue 49

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

Shades of Indochine #996231

Tints of Indochine #996231

RGB

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

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

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

R = 51%
G = 32.67%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#996231 (or 0x996231) is known color: Indochine. HEX triplet: 99, 62 and 31. RGB value is (153,98,49). Sum of RGB (Red+Green+Blue) = 153+98+49=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #996231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996231 is #669DCE. Grayscale: #6D6D6D. Windows color (decimal): -6725071 or 3236505. OLE color: 3236505.

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

Color convert

RGB 153 98 49 -
CMYK 0 0.36 0.68 0.4
HSL 28.27º 0.51% 0.4% -
HSV(B) 28.27º 0.68% 0.6% -
XYZ 18.06 15.73 4.99 -
YUV 108.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 153 98 49 0 0.36 0.68 0.4 28.27 0.51 0.4
Hex 99 62 31 0 24 44 28 1C 33 28
Octal 231 142 61 0 44 104 50 34 63 50
Binary 10011001 1100010 110001 0 100100 1000100 101000 11100 110011 101000

Color Harmonies of #996231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996231

Black with #996231

Text Example


Text Example

White with #996231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996231; }

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

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

background-color css

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

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

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

border-color css

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

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

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