Html Css Color HEX #965A39 Indochine

📋 copy color: '#965A39'

red 150 ◦ green 90 ◦ blue 57

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

Shades of Indochine #965A39

Tints of Indochine #965A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 50.51%
G = 30.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#965A39 (or 0x965A39) is known color: Indochine. HEX triplet: 96, 5A and 39. RGB value is (150,90,57). Sum of RGB (Red+Green+Blue) = 150+90+57=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #965A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A39 is #69A5C6. Grayscale: #686868. Windows color (decimal): -6923719 or 3758742. OLE color: 3758742.

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

Color convert

RGB 150 90 57 -
CMYK 0 0.4 0.62 0.41
HSL 21.29º 0.45% 0.41% -
HSV(B) 21.29º 0.62% 0.59% -
XYZ 16.97 14.09 5.7 -
YUV 104.18 101.38 160.68 -
System Red Green Blue C M Y K H S L
Decimal 150 90 57 0 0.4 0.62 0.41 21.29 0.45 0.41
Hex 96 5A 39 0 28 3E 29 15 2D 29
Octal 226 132 71 0 50 76 51 25 55 51
Binary 10010110 1011010 111001 0 101000 111110 101001 10101 101101 101001

Color Harmonies of #965A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A39

Black with #965A39

Text Example


Text Example

White with #965A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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