#604446

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

Shades of Emperor #604446

Tints of Emperor #604446

Color information

#604446 (or 0x604446) is unknown color: approx Emperor. HEX triplet: 60, 44 and 46. RGB value is (96,68,70). Sum of RGB (Red+Green+Blue) = 96+68+70=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604446 is #9FBBB9. Grayscale: #4C4C4C. Windows color (decimal): -10468282 or 4605024. OLE color: 4605024.

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

Color convert

RGB966870-
CMYK00.290.270.62
HSL355.71º17.07%32.16%-
HSV(B)355.71º29.17%37.65%-
XYZ87.066.74-
YUV76.6124.28141.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 70 (27.73% from 255) = 29.91%
R=41.03%
G=29.06%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96687000.290.270.62355.7117.0732.16
Hex60444601D1B3E1641120
Octal14010410603533765442140
Binary1100000100010010001100111011101111111010110010010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604446; }

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

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

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

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

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

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

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

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