#604647

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

Shades of Emperor #604647

Tints of Emperor #604647

Color information

#604647 (or 0x604647) is unknown color: approx Emperor. HEX triplet: 60, 46 and 47. RGB value is (96,70,71). Sum of RGB (Red+Green+Blue) = 96+70+71=237 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.51% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 96 - color contains mainly: red. Hex color #604647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604647 is #9FB9B8. Grayscale: #4D4D4D. Windows color (decimal): -10467769 or 4671072. OLE color: 4671072.

HSL color Cylindrical-coordinate representation of color #604647: hue angle of 357.69º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604647 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB967071-
CMYK00.270.260.62
HSL357.69º15.66%32.55%-
HSV(B)357.69º27.08%37.65%-
XYZ8.157.326.94-
YUV77.89124.11140.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.51%
GREEN value IS 70 (27.73% from 255) = 29.54%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=40.51%
G=29.54%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96707100.270.260.62357.6915.6632.55
Hex60464701B1A3E1661021
Octal14010610703332765462041
Binary1100000100011010001110110111101011111010110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604647; }

 p { color: rgb(96,70,71); }

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

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

 a { background-color: rgb(96,70,71); }

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

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

 span { border-color: rgb(96,70,71); }

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