#9B6148

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

Shades of Sepia #9B6148

Tints of Sepia #9B6148

Color information

#9B6148 (or 0x9B6148) is unknown color: approx Sepia. HEX triplet: 9B, 61 and 48. RGB value is (155,97,72). Sum of RGB (Red+Green+Blue) = 155+97+72=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6148 is #649EB7. Grayscale: #6F6F6F. Windows color (decimal): -6594232 or 4743579. OLE color: 4743579.

HSL color Cylindrical-coordinate representation of color #9B6148: hue angle of 18.07º 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 #9B6148 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB1559772-
CMYK00.370.540.39
HSL18.07º36.56%44.51%-
HSV(B)18.07º53.55%60.78%-
XYZ18.9615.998.22-
YUV111.49105.72159.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 72 (28.52% from 255) = 22.22%
R=47.84%
G=29.94%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155977200.370.540.3918.0736.5644.51
Hex9B6148025362712252d
Octal2331411100456647224555
Binary1001101111000011001000010010111011010011110010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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