#996243

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

Shades of Sepia #996243

Tints of Sepia #996243

Color information

#996243 (or 0x996243) is unknown color: approx Sepia. HEX triplet: 99, 62 and 43. RGB value is (153,98,67). Sum of RGB (Red+Green+Blue) = 153+98+67=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #996243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996243 is #669DBC. Grayscale: #6F6F6F. Windows color (decimal): -6725053 or 4416153. OLE color: 4416153.

HSL color Cylindrical-coordinate representation of color #996243: hue angle of 21.63º 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 #996243 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1539867-
CMYK00.360.560.4
HSL21.63º39.09%43.14%-
HSV(B)21.63º56.21%60%-
XYZ18.5215.917.41-
YUV110.91103.22158.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.11%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 67 (26.56% from 255) = 21.07%
R=48.11%
G=30.82%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153986700.360.560.421.6339.0943.14
Hex996243024382816272b
Octal2311421030447050264753
Binary1001100111000101000011010010011100010100010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996243; }

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

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

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

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

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

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

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

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