Html Css Color HEX #996039 Indochine

📋 copy color: '#996039'

red 153 ◦ green 96 ◦ blue 57

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

Shades of Indochine #996039

Tints of Indochine #996039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.37%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 50%
G = 31.37%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#996039 (or 0x996039) is known color: Indochine. HEX triplet: 99, 60 and 39. RGB value is (153,96,57). Sum of RGB (Red+Green+Blue) = 153+96+57=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #996039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996039 is #669FC6. Grayscale: #6C6C6C. Windows color (decimal): -6725575 or 3760281. OLE color: 3760281.

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

Color convert

RGB 153 96 57 -
CMYK 0 0.37 0.63 0.4
HSL 24.38º 0.46% 0.41% -
HSV(B) 24.38º 0.63% 0.6% -
XYZ 18.06 15.43 5.9 -
YUV 108.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 153 96 57 0 0.37 0.63 0.4 24.38 0.46 0.41
Hex 99 60 39 0 25 3F 28 18 2E 29
Octal 231 140 71 0 45 77 50 30 56 51
Binary 10011001 1100000 111001 0 100101 111111 101000 11000 101110 101001

Color Harmonies of #996039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996039

Black with #996039

Text Example


Text Example

White with #996039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996039; }

 p { color: rgb(153,96,57); }

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

background-color css

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

 a { background-color: rgb(153,96,57); }

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

border-color css

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

 span { border-color: rgb(153,96,57); }

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