#9A6438

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

Shades of Indochine #9A6438

Tints of Indochine #9A6438

Color information

#9A6438 (or 0x9A6438) is unknown color: approx Indochine. HEX triplet: 9A, 64 and 38. RGB value is (154,100,56). Sum of RGB (Red+Green+Blue) = 154+100+56=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6438 is #659BC7. Grayscale: #6F6F6F. Windows color (decimal): -6659016 or 3695770. OLE color: 3695770.

HSL color Cylindrical-coordinate representation of color #9A6438: hue angle of 26.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A6438 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB15410056-
CMYK00.350.640.40
HSL26.94º46.67%41.18%-
HSV(B)26.94º63.64%60.39%-
XYZ18.616.275.9-
YUV111.1396.89158.58-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 49.68%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=49.68%
G=32.26%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541005600.350.640.4026.9446.6741.18
Hex9A643802340281b2f29
Octal2321447004310050335751
Binary1001101011001001110000100011100000010100011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,100,56); }

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

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

 a { background-color: rgb(154,100,56); }

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

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

 span { border-color: rgb(154,100,56); }

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