#965F36

Color #965F36 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #965F36

Tints of Indochine #965F36

Color information

#965F36 (or 0x965F36) is unknown color: approx Indochine. HEX triplet: 96, 5F and 36. RGB value is (150,95,54). Sum of RGB (Red+Green+Blue) = 150+95+54=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F36 is #69A0C9. Grayscale: #6A6A6A. Windows color (decimal): -6922442 or 3563414. OLE color: 3563414.

HSL color Cylindrical-coordinate representation of color #965F36: hue angle of 25.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #965F36 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB1509554-
CMYK00.370.640.41
HSL25.62º47.06%40%-
HSV(B)25.62º64%58.82%-
XYZ17.3414.935.46-
YUV106.7798.22158.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 95 (37.5% from 255) = 31.77%
BLUE value IS 54 (21.48% from 255) = 18.06%
R=50.17%
G=31.77%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150955400.370.640.4125.6247.0640
Hex965F3602540291a2f28
Octal2261376604510051325750
Binary1001011010111111101100100101100000010100111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,95,54); }

 H1.HeaderClassName
 {
   color: #965F36;
 }
 .AnyTagClassName
 {
   color: #965F36;
 }
</style>
background-color css

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

 a { background-color: rgb(150,95,54); }

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

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

 span { border-color: rgb(150,95,54); }

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