Html Css Color HEX #996336 Indochine

📋 copy color: '#996336'

red 153 ◦ green 99 ◦ blue 54

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

Shades of Indochine #996336

Tints of Indochine #996336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#996336 (or 0x996336) is known color: Indochine. HEX triplet: 99, 63 and 36. RGB value is (153,99,54). Sum of RGB (Red+Green+Blue) = 153+99+54=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996336 is #669CC9. Grayscale: #6E6E6E. Windows color (decimal): -6724810 or 3564441. OLE color: 3564441.

HSL color Cylindrical-coordinate representation of color #996336: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996336 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 99 54 -
CMYK 0 0.35 0.65 0.4
HSL 27.27º 0.48% 0.41% -
HSV(B) 27.27º 0.65% 0.6% -
XYZ 18.26 15.96 5.61 -
YUV 110.02 96.39 158.66 -
System Red Green Blue C M Y K H S L
Decimal 153 99 54 0 0.35 0.65 0.4 27.27 0.48 0.41
Hex 99 63 36 0 23 41 28 1B 30 29
Octal 231 143 66 0 43 101 50 33 60 51
Binary 10011001 1100011 110110 0 100011 1000001 101000 11011 110000 101001

Color Harmonies of #996336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996336

Black with #996336

Text Example


Text Example

White with #996336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996336; }

 p { color: rgb(153,99,54); }

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

background-color css

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

 a { background-color: rgb(153,99,54); }

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

border-color css

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

 span { border-color: rgb(153,99,54); }

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