Html Css Color HEX #996339 Indochine

📋 copy color: '#996339'

red 153 ◦ green 99 ◦ blue 57

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

Shades of Indochine #996339

Tints of Indochine #996339

RGB

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

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

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

R = 49.51%
G = 32.04%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#996339 (or 0x996339) is known color: Indochine. HEX triplet: 99, 63 and 39. RGB value is (153,99,57). Sum of RGB (Red+Green+Blue) = 153+99+57=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #996339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996339 is #669CC6. Grayscale: #6E6E6E. Windows color (decimal): -6724807 or 3761049. OLE color: 3761049.

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

Color convert

RGB 153 99 57 -
CMYK 0 0.35 0.63 0.4
HSL 26.25º 0.46% 0.41% -
HSV(B) 26.25º 0.63% 0.6% -
XYZ 18.34 15.99 5.99 -
YUV 110.36 97.89 158.42 -
System Red Green Blue C M Y K H S L
Decimal 153 99 57 0 0.35 0.63 0.4 26.25 0.46 0.41
Hex 99 63 39 0 23 3F 28 1A 2E 29
Octal 231 143 71 0 43 77 50 32 56 51
Binary 10011001 1100011 111001 0 100011 111111 101000 11010 101110 101001

Color Harmonies of #996339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996339

Black with #996339

Text Example


Text Example

White with #996339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996339; }

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

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

background-color css

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

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

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

border-color css

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

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

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