Html Css Color HEX #965E39 Indochine

📋 copy color: '#965E39'

red 150 ◦ green 94 ◦ blue 57

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

Shades of Indochine #965E39

Tints of Indochine #965E39

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

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

R = 49.83%
G = 31.23%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#965E39 (or 0x965E39) is known color: Indochine. HEX triplet: 96, 5E and 39. RGB value is (150,94,57). Sum of RGB (Red+Green+Blue) = 150+94+57=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E39 is #69A1C6. Grayscale: #6A6A6A. Windows color (decimal): -6922695 or 3759766. OLE color: 3759766.

HSL color Cylindrical-coordinate representation of color #965E39: hue angle of 23.87º 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 #965E39 is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 57 -
CMYK 0 0.37 0.62 0.41
HSL 23.87º 0.45% 0.41% -
HSV(B) 23.87º 0.62% 0.59% -
XYZ 17.32 14.78 5.81 -
YUV 106.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 150 94 57 0 0.37 0.62 0.41 23.87 0.45 0.41
Hex 96 5E 39 0 25 3E 29 18 2D 29
Octal 226 136 71 0 45 76 51 30 55 51
Binary 10010110 1011110 111001 0 100101 111110 101001 11000 101101 101001

Color Harmonies of #965E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E39

Black with #965E39

Text Example


Text Example

White with #965E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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