#9C4640

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

Shades of Cognac #9C4640

Tints of Cognac #9C4640

Color information

#9C4640 (or 0x9C4640) is unknown color: approx Cognac. HEX triplet: 9C, 46 and 40. RGB value is (156,70,64). Sum of RGB (Red+Green+Blue) = 156+70+64=290 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.79% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4640 is #63B9BF. Grayscale: #5F5F5F. Windows color (decimal): -6535616 or 4212380. OLE color: 4212380.

HSL color Cylindrical-coordinate representation of color #9C4640: hue angle of 3.91º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C4640 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB1567064-
CMYK00.550.590.39
HSL3.91º41.82%43.14%-
HSV(B)3.91º58.97%61.18%-
XYZ16.8311.826.24-
YUV95.03110.49171.49-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.79%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=53.79%
G=24.14%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156706400.550.590.393.9141.8243.14
Hex9C46400373B2742a2b
Octal234106100067734745253
Binary10011100100011010000000110111111011100111100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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