#984940

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

Shades of Cognac #984940

Tints of Cognac #984940

Color information

#984940 (or 0x984940) is unknown color: approx Cognac. HEX triplet: 98, 49 and 40. RGB value is (152,73,64). Sum of RGB (Red+Green+Blue) = 152+73+64=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984940 is #67B6BF. Grayscale: #5F5F5F. Windows color (decimal): -6796992 or 4213144. OLE color: 4213144.

HSL color Cylindrical-coordinate representation of color #984940: hue angle of 6.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984940 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1527364-
CMYK00.520.580.40
HSL6.14º40.74%42.35%-
HSV(B)6.14º57.89%59.61%-
XYZ16.2611.816.27-
YUV95.6110.17168.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=52.60%
G=25.26%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152736400.520.580.406.1440.7442.35
Hex9849400343A286292a
Octal230111100064725065152
Binary10011000100100110000000110100111010101000110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984940; }

 p { color: rgb(152,73,64); }

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

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

 a { background-color: rgb(152,73,64); }

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

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

 span { border-color: rgb(152,73,64); }

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