#9E463B

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

Shades of Cognac #9E463B

Tints of Cognac #9E463B

Color information

#9E463B (or 0x9E463B) is unknown color: approx Cognac. HEX triplet: 9E, 46 and 3B. RGB value is (158,70,59). Sum of RGB (Red+Green+Blue) = 158+70+59=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E463B is #61B9C4. Grayscale: #5F5F5F. Windows color (decimal): -6404549 or 3884702. OLE color: 3884702.

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

Color convert

RGB1587059-
CMYK00.560.630.38
HSL6.67º45.62%42.55%-
HSV(B)6.67º62.66%61.96%-
XYZ17.0811.975.55-
YUV95.06107.65172.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 55.05%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=55.05%
G=24.39%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158705900.560.630.386.6745.6242.55
Hex9E463B0383F2672e2b
Octal23610673070774675653
Binary1001111010001101110110111000111111100110111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,70,59); }

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

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

 a { background-color: rgb(158,70,59); }

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

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

 span { border-color: rgb(158,70,59); }

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