#966135

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

Shades of Indochine #966135

Tints of Indochine #966135

Color information

#966135 (or 0x966135) is unknown color: approx Indochine. HEX triplet: 96, 61 and 35. RGB value is (150,97,53). Sum of RGB (Red+Green+Blue) = 150+97+53=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #966135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966135 is #699ECA. Grayscale: #6C6C6C. Windows color (decimal): -6921931 or 3498390. OLE color: 3498390.

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

Color convert

RGB1509753-
CMYK00.350.650.41
HSL27.22º47.78%39.8%-
HSV(B)27.22º64.67%58.82%-
XYZ17.4915.295.4-
YUV107.8397.06158.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=50%
G=32.33%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150975300.350.650.4127.2247.7839.8
Hex96613502341291b3028
Octal2261416504310151336050
Binary1001011011000011101010100011100000110100111011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966135; }

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

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

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

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

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

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

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

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