#9A6337

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

Shades of Indochine #9A6337

Tints of Indochine #9A6337

Color information

#9A6337 (or 0x9A6337) is unknown color: approx Indochine. HEX triplet: 9A, 63 and 37. RGB value is (154,99,55). Sum of RGB (Red+Green+Blue) = 154+99+55=308 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6337 is #659CC8. Grayscale: #6E6E6E. Windows color (decimal): -6659273 or 3629978. OLE color: 3629978.

HSL color Cylindrical-coordinate representation of color #9A6337: hue angle of 26.67º 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 #9A6337 is Cyan = 0, Magento = 0.36, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB1549955-
CMYK00.360.640.40
HSL26.67º47.37%40.98%-
HSV(B)26.67º64.29%60.39%-
XYZ18.4816.075.74-
YUV110.4396.72159.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 55 (21.88% from 255) = 17.86%
R=50%
G=32.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154995500.360.640.4026.6747.3740.98
Hex9A633702440281b2f29
Octal2321436704410050335751
Binary1001101011000111101110100100100000010100011011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,99,55); }

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

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

 a { background-color: rgb(154,99,55); }

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

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

 span { border-color: rgb(154,99,55); }

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