#984642

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

Shades of Cognac #984642

Tints of Cognac #984642

Color information

#984642 (or 0x984642) is unknown color: approx Cognac. HEX triplet: 98, 46 and 42. RGB value is (152,70,66). Sum of RGB (Red+Green+Blue) = 152+70+66=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #984642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984642 is #67B9BD. Grayscale: #5E5E5E. Windows color (decimal): -6797758 or 4343448. OLE color: 4343448.

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

Color convert

RGB1527066-
CMYK00.540.570.40
HSL2.79º39.45%42.75%-
HSV(B)2.79º56.58%59.61%-
XYZ16.1211.456.51-
YUV94.06112.17169.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=52.78%
G=24.31%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152706600.540.570.402.7939.4542.75
Hex98464203639283272b
Octal230106102066715034753
Binary1001100010001101000010011011011100110100011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984642; }

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

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

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

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

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

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

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

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