#9A6148

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

Shades of Sepia #9A6148

Tints of Sepia #9A6148

Color information

#9A6148 (or 0x9A6148) is unknown color: approx Sepia. HEX triplet: 9A, 61 and 48. RGB value is (154,97,72). Sum of RGB (Red+Green+Blue) = 154+97+72=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6148 is #659EB7. Grayscale: #6F6F6F. Windows color (decimal): -6659768 or 4743578. OLE color: 4743578.

HSL color Cylindrical-coordinate representation of color #9A6148: hue angle of 18.29º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6148 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1549772-
CMYK00.370.530.40
HSL18.29º36.28%44.31%-
HSV(B)18.29º53.25%60.39%-
XYZ18.7715.898.21-
YUV111.19105.88158.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=47.68%
G=30.03%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154977200.370.530.4018.2936.2844.31
Hex9A6148025352812242c
Octal2321411100456550224454
Binary1001101011000011001000010010111010110100010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,97,72); }

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

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

 a { background-color: rgb(154,97,72); }

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

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

 span { border-color: rgb(154,97,72); }

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