#984640

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

Shades of Cognac #984640

Tints of Cognac #984640

Color information

#984640 (or 0x984640) is unknown color: approx Cognac. HEX triplet: 98, 46 and 40. RGB value is (152,70,64). Sum of RGB (Red+Green+Blue) = 152+70+64=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #984640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984640 is #67B9BF. Grayscale: #5D5D5D. Windows color (decimal): -6797760 or 4212376. OLE color: 4212376.

HSL color Cylindrical-coordinate representation of color #984640: hue angle of 4.09º 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 #984640 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1527064-
CMYK00.540.580.40
HSL4.09º40.74%42.35%-
HSV(B)4.09º57.89%59.61%-
XYZ16.0611.436.21-
YUV93.83111.17169.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.15%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=53.15%
G=24.48%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152706400.540.580.404.0940.7442.35
Hex9846400363A284292a
Octal230106100066725045152
Binary10011000100011010000000110110111010101000100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984640; }

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

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

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

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

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

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

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

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