#9E4F3C

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

Shades of Cognac #9E4F3C

Tints of Cognac #9E4F3C

Color information

#9E4F3C (or 0x9E4F3C) is unknown color: approx Cognac. HEX triplet: 9E, 4F and 3C. RGB value is (158,79,60). Sum of RGB (Red+Green+Blue) = 158+79+60=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4F3C is #61B0C3. Grayscale: #646464. Windows color (decimal): -6402244 or 3952542. OLE color: 3952542.

HSL color Cylindrical-coordinate representation of color #9E4F3C: hue angle of 11.63º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E4F3C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1587960-
CMYK00.500.620.38
HSL11.63º44.95%42.75%-
HSV(B)11.63º62.03%61.96%-
XYZ17.7113.195.89-
YUV100.46105.17169.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.20%
GREEN value IS 79 (31.25% from 255) = 26.60%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=53.20%
G=26.60%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158796000.500.620.3811.6344.9542.75
Hex9E4F3C0323E26c2d2b
Octal236117740627646145553
Binary10011110100111111110001100101111101001101100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,79,60); }

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

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

 a { background-color: rgb(158,79,60); }

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

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

 span { border-color: rgb(158,79,60); }

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