Html Css Color HEX #966039 Indochine

📋 copy color: '#966039'

red 150 ◦ green 96 ◦ blue 57

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

Shades of Indochine #966039

Tints of Indochine #966039

RGB

 RED value IS 150 (58.98% from 255) = 49.5%

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

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

R = 49.5%
G = 31.68%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#966039 (or 0x966039) is known color: Indochine. HEX triplet: 96, 60 and 39. RGB value is (150,96,57). Sum of RGB (Red+Green+Blue) = 150+96+57=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966039 is #699FC6. Grayscale: #6B6B6B. Windows color (decimal): -6922183 or 3760278. OLE color: 3760278.

HSL color Cylindrical-coordinate representation of color #966039: hue angle of 25.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #966039 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 57 -
CMYK 0 0.36 0.62 0.41
HSL 25.16º 0.45% 0.41% -
HSV(B) 25.16º 0.62% 0.59% -
XYZ 17.5 15.15 5.87 -
YUV 107.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 150 96 57 0 0.36 0.62 0.41 25.16 0.45 0.41
Hex 96 60 39 0 24 3E 29 19 2D 29
Octal 226 140 71 0 44 76 51 31 55 51
Binary 10010110 1100000 111001 0 100100 111110 101001 11001 101101 101001

Color Harmonies of #966039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966039

Black with #966039

Text Example


Text Example

White with #966039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966039; }

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

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

background-color css

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

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

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

border-color css

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

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

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