#9F5C36

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

Shades of Indochine #9F5C36

Tints of Indochine #9F5C36

Color information

#9F5C36 (or 0x9F5C36) is unknown color: approx Indochine. HEX triplet: 9F, 5C and 36. RGB value is (159,92,54). Sum of RGB (Red+Green+Blue) = 159+92+54=305 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.13% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 54 (21.48% from 255 or 17.70% from 305); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5C36 is #60A3C9. Grayscale: #6B6B6B. Windows color (decimal): -6333386 or 3562655. OLE color: 3562655.

HSL color Cylindrical-coordinate representation of color #9F5C36: hue angle of 21.71º 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 #9F5C36 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1599254-
CMYK00.420.660.38
HSL21.71º49.3%41.76%-
HSV(B)21.71º66.04%62.35%-
XYZ18.7915.295.45-
YUV107.797.7164.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.13%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 54 (21.48% from 255) = 17.70%
R=52.13%
G=30.16%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159925400.420.660.3821.7149.341.76
Hex9F5C3602A422616312a
Octal2371346605210246266152
Binary1001111110111001101100101010100001010011010110110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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