#965835

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

Shades of Indochine #965835

Tints of Indochine #965835

Color information

#965835 (or 0x965835) is unknown color: approx Indochine. HEX triplet: 96, 58 and 35. RGB value is (150,88,53). Sum of RGB (Red+Green+Blue) = 150+88+53=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #965835 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965835 is #69A7CA. Grayscale: #666666. Windows color (decimal): -6924235 or 3496086. OLE color: 3496086.

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

Color convert

RGB1508853-
CMYK00.410.650.41
HSL21.65º47.78%39.8%-
HSV(B)21.65º64.67%58.82%-
XYZ16.7113.725.14-
YUV102.55100.04161.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=51.55%
G=30.24%
B=18.21%

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
Decimal150885300.410.650.4121.6547.7839.8
Hex9658350294129163028
Octal2261306505110151266050
Binary1001011010110001101010101001100000110100110110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965835; }

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

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

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

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

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

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

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

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