#9C4638

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

Shades of Cognac #9C4638

Tints of Cognac #9C4638

Color information

#9C4638 (or 0x9C4638) is unknown color: approx Cognac. HEX triplet: 9C, 46 and 38. RGB value is (156,70,56). Sum of RGB (Red+Green+Blue) = 156+70+56=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4638 is #63B9C7. Grayscale: #5E5E5E. Windows color (decimal): -6535624 or 3688092. OLE color: 3688092.

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

Color convert

RGB1567056-
CMYK00.550.640.39
HSL8.4º47.17%41.57%-
HSV(B)8.4º64.1%61.18%-
XYZ16.6111.735.13-
YUV94.12106.49172.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.32%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 56 (22.27% from 255) = 19.86%
R=55.32%
G=24.82%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156705600.550.640.398.447.1741.57
Hex9C4638037402782f2a
Octal2341067006710047105752
Binary100111001000110111000011011110000001001111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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