#965C35

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

Shades of Indochine #965C35

Tints of Indochine #965C35

Color information

#965C35 (or 0x965C35) is unknown color: approx Indochine. HEX triplet: 96, 5C and 35. RGB value is (150,92,53). Sum of RGB (Red+Green+Blue) = 150+92+53=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C35 is #69A3CA. Grayscale: #696969. Windows color (decimal): -6923211 or 3497110. OLE color: 3497110.

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

Color convert

RGB1509253-
CMYK00.390.650.41
HSL24.12º47.78%39.8%-
HSV(B)24.12º64.67%58.82%-
XYZ17.0514.45.25-
YUV104.998.72160.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=50.85%
G=31.19%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150925300.390.650.4124.1247.7839.8
Hex965C350274129183028
Octal2261346504710151306050
Binary1001011010111001101010100111100000110100111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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