Html Css Color HEX #996133 Indochine

📋 copy color: '#996133'

red 153 ◦ green 97 ◦ blue 51

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

Shades of Indochine #996133

Tints of Indochine #996133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.94%

R = 50.83%
G = 32.23%
B = 16.94%

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

#996133 (or 0x996133) is known color: Indochine. HEX triplet: 99, 61 and 33. RGB value is (153,97,51). Sum of RGB (Red+Green+Blue) = 153+97+51=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #996133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996133 is #669ECC. Grayscale: #6C6C6C. Windows color (decimal): -6725325 or 3367321. OLE color: 3367321.

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

Color convert

RGB 153 97 51 -
CMYK 0 0.37 0.67 0.4
HSL 27.06º 0.5% 0.4% -
HSV(B) 27.06º 0.67% 0.6% -
XYZ 18.01 15.56 5.19 -
YUV 108.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 153 97 51 0 0.37 0.67 0.4 27.06 0.5 0.4
Hex 99 61 33 0 25 43 28 1B 32 28
Octal 231 141 63 0 45 103 50 33 62 50
Binary 10011001 1100001 110011 0 100101 1000011 101000 11011 110010 101000

Color Harmonies of #996133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996133

Black with #996133

Text Example


Text Example

White with #996133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996133; }

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

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

background-color css

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

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

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

border-color css

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

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

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