#9B6046

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

Shades of Sepia #9B6046

Tints of Sepia #9B6046

Color information

#9B6046 (or 0x9B6046) is unknown color: approx Sepia. HEX triplet: 9B, 60 and 46. RGB value is (155,96,70). Sum of RGB (Red+Green+Blue) = 155+96+70=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6046 is #649FB9. Grayscale: #6E6E6E. Windows color (decimal): -6594490 or 4612251. OLE color: 4612251.

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

Color convert

RGB1559670-
CMYK00.380.550.39
HSL18.35º37.78%44.12%-
HSV(B)18.35º54.84%60.78%-
XYZ18.8115.787.85-
YUV110.68105.05159.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 70 (27.73% from 255) = 21.81%
R=48.29%
G=29.91%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155967000.380.550.3918.3537.7844.12
Hex9B6046026372712262c
Octal2331401060466747224654
Binary1001101111000001000110010011011011110011110010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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