#9B6045

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

Shades of Sepia #9B6045

Tints of Sepia #9B6045

Color information

#9B6045 (or 0x9B6045) is unknown color: approx Sepia. HEX triplet: 9B, 60 and 45. RGB value is (155,96,69). Sum of RGB (Red+Green+Blue) = 155+96+69=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6045 is #649FBA. Grayscale: #6E6E6E. Windows color (decimal): -6594491 or 4546715. OLE color: 4546715.

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

Color convert

RGB1559669-
CMYK00.380.550.39
HSL18.84º38.39%43.92%-
HSV(B)18.84º55.48%60.78%-
XYZ18.7715.767.68-
YUV110.56104.55159.7-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.44%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 69 (27.34% from 255) = 21.56%
R=48.44%
G=30%
B=21.56%

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
Decimal155966900.380.550.3918.8438.3943.92
Hex9B6045026372713262c
Octal2331401050466747234654
Binary1001101111000001000101010011011011110011110011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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