#965935

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

Shades of Indochine #965935

Tints of Indochine #965935

Color information

#965935 (or 0x965935) is unknown color: approx Indochine. HEX triplet: 96, 59 and 35. RGB value is (150,89,53). Sum of RGB (Red+Green+Blue) = 150+89+53=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965935 is #69A6CA. Grayscale: #676767. Windows color (decimal): -6923979 or 3496342. OLE color: 3496342.

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

Color convert

RGB1508953-
CMYK00.410.650.41
HSL22.27º47.78%39.8%-
HSV(B)22.27º64.67%58.82%-
XYZ16.7913.895.16-
YUV103.1499.71161.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=51.37%
G=30.48%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150895300.410.650.4122.2747.7839.8
Hex9659350294129163028
Octal2261316505110151266050
Binary1001011010110011101010101001100000110100110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965935; }

 p { color: rgb(150,89,53); }

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

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

 a { background-color: rgb(150,89,53); }

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

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

 span { border-color: rgb(150,89,53); }

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