#965B35

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

Shades of Indochine #965B35

Tints of Indochine #965B35

Color information

#965B35 (or 0x965B35) is unknown color: approx Indochine. HEX triplet: 96, 5B and 35. RGB value is (150,91,53). Sum of RGB (Red+Green+Blue) = 150+91+53=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965B35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B35 is #69A4CA. Grayscale: #686868. Windows color (decimal): -6923467 or 3496854. OLE color: 3496854.

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

Color convert

RGB1509153-
CMYK00.390.650.41
HSL23.51º47.78%39.8%-
HSV(B)23.51º64.67%58.82%-
XYZ16.9614.225.22-
YUV104.3199.05160.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=51.02%
G=30.95%
B=18.03%

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
Decimal150915300.390.650.4123.5147.7839.8
Hex965B350274129183028
Octal2261336504710151306050
Binary1001011010110111101010100111100000110100111000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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