#9D614A

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

Shades of Sepia #9D614A

Tints of Sepia #9D614A

Color information

#9D614A (or 0x9D614A) is unknown color: approx Sepia. HEX triplet: 9D, 61 and 4A. RGB value is (157,97,74). Sum of RGB (Red+Green+Blue) = 157+97+74=328 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.87% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 157 - color contains mainly: red. Hex color #9D614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D614A is #629EB5. Grayscale: #707070. Windows color (decimal): -6463158 or 4874653. OLE color: 4874653.

HSL color Cylindrical-coordinate representation of color #9D614A: hue angle of 16.63º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D614A is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1579774-
CMYK00.380.530.38
HSL16.63º35.93%45.29%-
HSV(B)16.63º52.87%61.57%-
XYZ19.4216.218.58-
YUV112.32106.38159.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 47.87%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=47.87%
G=29.57%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157977400.380.530.3816.6335.9345.29
Hex9D614A026352611242d
Octal2351411120466546214455
Binary1001110111000011001010010011011010110011010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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