#9A4440

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

Shades of Cognac #9A4440

Tints of Cognac #9A4440

Color information

#9A4440 (or 0x9A4440) is unknown color: approx Cognac. HEX triplet: 9A, 44 and 40. RGB value is (154,68,64). Sum of RGB (Red+Green+Blue) = 154+68+64=286 (37% of max value = 765). Red value is 154 (60.55% from 255 or 53.85% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4440 is #65BBBF. Grayscale: #5D5D5D. Windows color (decimal): -6667200 or 4211866. OLE color: 4211866.

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

Color convert

RGB1546864-
CMYK00.560.580.40
HSL2.67º41.28%42.75%-
HSV(B)2.67º58.44%60.39%-
XYZ16.3211.376.19-
YUV93.26111.49171.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 53.85%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 64 (25.39% from 255) = 22.38%
R=53.85%
G=23.78%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154686400.560.580.402.6741.2842.75
Hex9A44400383A283292b
Octal232104100070725035153
Binary1001101010001001000000011100011101010100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4440; }

 p { color: rgb(154,68,64); }

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

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

 a { background-color: rgb(154,68,64); }

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

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

 span { border-color: rgb(154,68,64); }

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