#9F5936

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

Shades of Indochine #9F5936

Tints of Indochine #9F5936

Color information

#9F5936 (or 0x9F5936) is unknown color: approx Indochine. HEX triplet: 9F, 59 and 36. RGB value is (159,89,54). Sum of RGB (Red+Green+Blue) = 159+89+54=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5936 is #60A6C9. Grayscale: #6A6A6A. Windows color (decimal): -6334154 or 3561887. OLE color: 3561887.

HSL color Cylindrical-coordinate representation of color #9F5936: hue angle of 20º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F5936 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1598954-
CMYK00.440.660.38
HSL20º49.3%41.76%-
HSV(B)20º66.04%62.35%-
XYZ18.5414.785.37-
YUV105.9498.69165.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=52.65%
G=29.47%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159895400.440.660.382049.341.76
Hex9F593602C422614312a
Octal2371316605410246246152
Binary1001111110110011101100101100100001010011010100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5936; }

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

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

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

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

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

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

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

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