#965F32

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

Shades of Indochine #965F32

Tints of Indochine #965F32

Color information

#965F32 (or 0x965F32) is unknown color: approx Indochine. HEX triplet: 96, 5F and 32. RGB value is (150,95,50). Sum of RGB (Red+Green+Blue) = 150+95+50=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F32 is #69A0CD. Grayscale: #6A6A6A. Windows color (decimal): -6922446 or 3301270. OLE color: 3301270.

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

Color convert

RGB1509550-
CMYK00.370.670.41
HSL27º50%39.22%-
HSV(B)27º66.67%58.82%-
XYZ17.2514.94.98-
YUV106.3296.22159.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 95 (37.5% from 255) = 32.20%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=50.85%
G=32.20%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150955000.370.670.41275039.22
Hex965F3202543291b3227
Octal2261376204510351336247
Binary1001011010111111100100100101100001110100111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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