#604445

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

Shades of Emperor #604445

Tints of Emperor #604445

Color information

#604445 (or 0x604445) is unknown color: approx Emperor. HEX triplet: 60, 44 and 45. RGB value is (96,68,69). Sum of RGB (Red+Green+Blue) = 96+68+69=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604445 is #9FBBBA. Grayscale: #4C4C4C. Windows color (decimal): -10468283 or 4539488. OLE color: 4539488.

HSL color Cylindrical-coordinate representation of color #604445: hue angle of 357.86º 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 #604445 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB966869-
CMYK00.290.280.62
HSL357.86º17.07%32.16%-
HSV(B)357.86º29.17%37.65%-
XYZ7.977.056.57-
YUV76.49123.78141.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 68 (26.95% from 255) = 29.18%
BLUE value IS 69 (27.34% from 255) = 29.61%
R=41.20%
G=29.18%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96686900.290.280.62357.8617.0732.16
Hex60444501D1C3E1661120
Octal14010410503534765462140
Binary1100000100010010001010111011110011111010110011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604445; }

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

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

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

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

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

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

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

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