#955936

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

Shades of Indochine #955936

Tints of Indochine #955936

Color information

#955936 (or 0x955936) is unknown color: approx Indochine. HEX triplet: 95, 59 and 36. RGB value is (149,89,54). Sum of RGB (Red+Green+Blue) = 149+89+54=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #955936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955936 is #6AA6C9. Grayscale: #676767. Windows color (decimal): -6989514 or 3561877. OLE color: 3561877.

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

Color convert

RGB1498954-
CMYK00.400.640.42
HSL22.11º46.8%39.8%-
HSV(B)22.11º63.76%58.43%-
XYZ16.6313.85.28-
YUV102.95100.38160.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.03%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 54 (21.48% from 255) = 18.49%
R=51.03%
G=30.48%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149895400.400.640.4222.1146.839.8
Hex955936028402A162f28
Octal2251316605010052265750
Binary1001010110110011101100101000100000010101010110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955936; }

 p { color: rgb(149,89,54); }

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

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

 a { background-color: rgb(149,89,54); }

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

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

 span { border-color: rgb(149,89,54); }

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