#956034

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

Shades of Indochine #956034

Tints of Indochine #956034

Color information

#956034 (or 0x956034) is unknown color: approx Indochine. HEX triplet: 95, 60 and 34. RGB value is (149,96,52). Sum of RGB (Red+Green+Blue) = 149+96+52=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #956034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956034 is #6A9FCB. Grayscale: #6B6B6B. Windows color (decimal): -6987724 or 3432597. OLE color: 3432597.

HSL color Cylindrical-coordinate representation of color #956034: hue angle of 27.22º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #956034 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1499652-
CMYK00.360.650.42
HSL27.22º48.26%39.41%-
HSV(B)27.22º65.1%58.43%-
XYZ17.2155.24-
YUV106.8397.06158.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=50.17%
G=32.32%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149965200.360.650.4227.2248.2639.41
Hex956034024412A1b3027
Octal2251406404410152336047
Binary1001010111000001101000100100100000110101011011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956034; }

 p { color: rgb(149,96,52); }

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

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

 a { background-color: rgb(149,96,52); }

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

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

 span { border-color: rgb(149,96,52); }

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