#9F4E3E

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

Shades of Cognac #9F4E3E

Tints of Cognac #9F4E3E

Color information

#9F4E3E (or 0x9F4E3E) is unknown color: approx Cognac. HEX triplet: 9F, 4E and 3E. RGB value is (159,78,62). Sum of RGB (Red+Green+Blue) = 159+78+62=299 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.18% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F4E3E is #60B1C1. Grayscale: #646464. Windows color (decimal): -6336962 or 4083359. OLE color: 4083359.

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

Color convert

RGB1597862-
CMYK00.510.610.38
HSL9.9º43.89%43.33%-
HSV(B)9.9º61.01%62.35%-
XYZ17.8913.176.16-
YUV100.4106.34169.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.18%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=53.18%
G=26.09%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159786200.510.610.389.943.8943.33
Hex9F4E3E0333D26a2c2b
Octal237116760637546125453
Binary10011111100111011111001100111111011001101010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,62); }

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

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

 a { background-color: rgb(159,78,62); }

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

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

 span { border-color: rgb(159,78,62); }

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