#996145

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

Shades of Sepia #996145

Tints of Sepia #996145

Color information

#996145 (or 0x996145) is unknown color: approx Sepia. HEX triplet: 99, 61 and 45. RGB value is (153,97,69). Sum of RGB (Red+Green+Blue) = 153+97+69=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 69 (27.34% from 255 or 21.63% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #996145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996145 is #669EBA. Grayscale: #6E6E6E. Windows color (decimal): -6725307 or 4546969. OLE color: 4546969.

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

Color convert

RGB1539769-
CMYK00.370.550.4
HSL20º37.84%43.53%-
HSV(B)20º54.9%60%-
XYZ18.4915.757.7-
YUV110.55104.55158.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.96%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 69 (27.34% from 255) = 21.63%
R=47.96%
G=30.41%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153976900.370.550.42037.8443.53
Hex996145025372814262c
Octal2311411050456750244654
Binary1001100111000011000101010010111011110100010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996145; }

 p { color: rgb(153,97,69); }

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

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

 a { background-color: rgb(153,97,69); }

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

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

 span { border-color: rgb(153,97,69); }

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