Html Css Color HEX #965A37 Indochine

📋 copy color: '#965A37'

red 150 ◦ green 90 ◦ blue 55

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

Shades of Indochine #965A37

Tints of Indochine #965A37

RGB

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

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

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

R = 50.85%
G = 30.51%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#965A37 (or 0x965A37) is known color: Indochine. HEX triplet: 96, 5A and 37. RGB value is (150,90,55). Sum of RGB (Red+Green+Blue) = 150+90+55=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965A37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A37 is #69A5C8. Grayscale: #686868. Windows color (decimal): -6923721 or 3627670. OLE color: 3627670.

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

Color convert

RGB 150 90 55 -
CMYK 0 0.4 0.63 0.41
HSL 22.11º 0.46% 0.4% -
HSV(B) 22.11º 0.63% 0.59% -
XYZ 16.92 14.07 5.44 -
YUV 103.95 100.38 160.85 -
System Red Green Blue C M Y K H S L
Decimal 150 90 55 0 0.4 0.63 0.41 22.11 0.46 0.4
Hex 96 5A 37 0 28 3F 29 16 2E 28
Octal 226 132 67 0 50 77 51 26 56 50
Binary 10010110 1011010 110111 0 101000 111111 101001 10110 101110 101000

Color Harmonies of #965A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A37

Black with #965A37

Text Example


Text Example

White with #965A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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