Html Css Color HEX #965737 Indochine

📋 copy color: '#965737'

red 150 ◦ green 87 ◦ blue 55

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

Shades of Indochine #965737

Tints of Indochine #965737

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.79%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 51.37%
G = 29.79%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965737 (or 0x965737) is known color: Indochine. HEX triplet: 96, 57 and 37. RGB value is (150,87,55). Sum of RGB (Red+Green+Blue) = 150+87+55=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965737 is #69A8C8. Grayscale: #666666. Windows color (decimal): -6924489 or 3626902. OLE color: 3626902.

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

Color convert

RGB 150 87 55 -
CMYK 0 0.42 0.63 0.41
HSL 20.21º 0.46% 0.4% -
HSV(B) 20.21º 0.63% 0.59% -
XYZ 16.68 13.58 5.36 -
YUV 102.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 150 87 55 0 0.42 0.63 0.41 20.21 0.46 0.4
Hex 96 57 37 0 2A 3F 29 14 2E 28
Octal 226 127 67 0 52 77 51 24 56 50
Binary 10010110 1010111 110111 0 101010 111111 101001 10100 101110 101000

Color Harmonies of #965737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965737

Black with #965737

Text Example


Text Example

White with #965737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965737; }

 p { color: rgb(150,87,55); }

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

background-color css

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

 a { background-color: rgb(150,87,55); }

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

border-color css

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

 span { border-color: rgb(150,87,55); }

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