#966134

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

Shades of Indochine #966134

Tints of Indochine #966134

Color information

#966134 (or 0x966134) is unknown color: approx Indochine. HEX triplet: 96, 61 and 34. RGB value is (150,97,52). Sum of RGB (Red+Green+Blue) = 150+97+52=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #966134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966134 is #699ECB. Grayscale: #6B6B6B. Windows color (decimal): -6921932 or 3432854. OLE color: 3432854.

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

Color convert

RGB1509752-
CMYK00.350.650.41
HSL27.55º48.51%39.61%-
HSV(B)27.55º65.33%58.82%-
XYZ17.4715.285.28-
YUV107.7296.56158.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=50.17%
G=32.44%
B=17.39%

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
Decimal150975200.350.650.4127.5548.5139.61
Hex96613402341291c3128
Octal2261416404310151346150
Binary1001011011000011101000100011100000110100111100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966134; }

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

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

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

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

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

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

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

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