#956038

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

Shades of Indochine #956038

Tints of Indochine #956038

Color information

#956038 (or 0x956038) is unknown color: approx Indochine. HEX triplet: 95, 60 and 38. RGB value is (149,96,56). Sum of RGB (Red+Green+Blue) = 149+96+56=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956038 is #6A9FC7. Grayscale: #6B6B6B. Windows color (decimal): -6987720 or 3694741. OLE color: 3694741.

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

Color convert

RGB1499656-
CMYK00.360.620.42
HSL25.81º45.37%40.2%-
HSV(B)25.81º62.42%58.43%-
XYZ17.2915.045.73-
YUV107.2999.06157.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.50%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=49.50%
G=31.89%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149965600.360.620.4225.8145.3740.2
Hex9560380243E2A1a2d28
Octal225140700447652325550
Binary100101011100000111000010010011111010101011010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956038; }

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

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

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

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

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

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

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

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