#9B614A

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

Shades of Sepia #9B614A

Tints of Sepia #9B614A

Color information

#9B614A (or 0x9B614A) is unknown color: approx Sepia. HEX triplet: 9B, 61 and 4A. RGB value is (155,97,74). Sum of RGB (Red+Green+Blue) = 155+97+74=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B614A is #649EB5. Grayscale: #6F6F6F. Windows color (decimal): -6594230 or 4874651. OLE color: 4874651.

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

Color convert

RGB1559774-
CMYK00.370.520.39
HSL17.04º35.37%44.9%-
HSV(B)17.04º52.26%60.78%-
XYZ19.0316.018.57-
YUV111.72106.72158.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 74 (29.30% from 255) = 22.70%
R=47.55%
G=29.75%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155977400.370.520.3917.0435.3744.9
Hex9B614A025342711232d
Octal2331411120456447214355
Binary1001101111000011001010010010111010010011110001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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