#994540

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

Shades of Cognac #994540

Tints of Cognac #994540

Color information

#994540 (or 0x994540) is unknown color: approx Cognac. HEX triplet: 99, 45 and 40. RGB value is (153,69,64). Sum of RGB (Red+Green+Blue) = 153+69+64=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #994540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994540 is #66BABF. Grayscale: #5D5D5D. Windows color (decimal): -6732480 or 4212121. OLE color: 4212121.

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

Color convert

RGB1536964-
CMYK00.550.580.4
HSL3.37º41.01%42.55%-
HSV(B)3.37º58.17%60%-
XYZ16.1911.46.2-
YUV93.55111.33170.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 53.50%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=53.50%
G=24.13%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153696400.550.580.43.3741.0142.55
Hex9945400373A283292b
Octal231105100067725035153
Binary1001100110001011000000011011111101010100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994540; }

 p { color: rgb(153,69,64); }

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

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

 a { background-color: rgb(153,69,64); }

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

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

 span { border-color: rgb(153,69,64); }

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