#996143

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

Shades of Sepia #996143

Tints of Sepia #996143

Color information

#996143 (or 0x996143) is unknown color: approx Sepia. HEX triplet: 99, 61 and 43. RGB value is (153,97,67). Sum of RGB (Red+Green+Blue) = 153+97+67=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #996143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996143 is #669EBC. Grayscale: #6E6E6E. Windows color (decimal): -6725309 or 4415897. OLE color: 4415897.

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

Color convert

RGB1539767-
CMYK00.370.560.4
HSL20.93º39.09%43.14%-
HSV(B)20.93º56.21%60%-
XYZ18.4215.737.37-
YUV110.32103.55158.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 67 (26.56% from 255) = 21.14%
R=48.26%
G=30.60%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153976700.370.560.420.9339.0943.14
Hex996143025382815272b
Octal2311411030457050254753
Binary1001100111000011000011010010111100010100010101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996143; }

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

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

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

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

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

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

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

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