#986041

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

Shades of Sepia #986041

Tints of Sepia #986041

Color information

#986041 (or 0x986041) is unknown color: approx Sepia. HEX triplet: 98, 60 and 41. RGB value is (152,96,65). Sum of RGB (Red+Green+Blue) = 152+96+65=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #986041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986041 is #679FBE. Grayscale: #6D6D6D. Windows color (decimal): -6791103 or 4284568. OLE color: 4284568.

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

Color convert

RGB1529665-
CMYK00.370.570.40
HSL21.38º40.09%42.55%-
HSV(B)21.38º57.24%59.61%-
XYZ18.0915.427.02-
YUV109.21103.05158.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=48.56%
G=30.67%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152966500.370.570.4021.3840.0942.55
Hex986041025392815282b
Octal2301401010457150255053
Binary1001100011000001000001010010111100110100010101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986041; }

 p { color: rgb(152,96,65); }

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

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

 a { background-color: rgb(152,96,65); }

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

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

 span { border-color: rgb(152,96,65); }

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