#9B6048

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

Shades of Sepia #9B6048

Tints of Sepia #9B6048

Color information

#9B6048 (or 0x9B6048) is unknown color: approx Sepia. HEX triplet: 9B, 60 and 48. RGB value is (155,96,72). Sum of RGB (Red+Green+Blue) = 155+96+72=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6048 is #649FB7. Grayscale: #6F6F6F. Windows color (decimal): -6594488 or 4743323. OLE color: 4743323.

HSL color Cylindrical-coordinate representation of color #9B6048: hue angle of 17.35º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9B6048 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1559672-
CMYK00.380.540.39
HSL17.35º36.56%44.51%-
HSV(B)17.35º53.55%60.78%-
XYZ18.8715.88.19-
YUV110.9106.05159.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 72 (28.52% from 255) = 22.29%
R=47.99%
G=29.72%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155967200.380.540.3917.3536.5644.51
Hex9B6048026362711252d
Octal2331401100466647214555
Binary1001101111000001001000010011011011010011110001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,96,72); }

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

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

 a { background-color: rgb(155,96,72); }

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

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

 span { border-color: rgb(155,96,72); }

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