#604245

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

Shades of Emperor #604245

Tints of Emperor #604245

Color information

#604245 (or 0x604245) is unknown color: approx Emperor. HEX triplet: 60, 42 and 45. RGB value is (96,66,69). Sum of RGB (Red+Green+Blue) = 96+66+69=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #604245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604245 is #9FBDBA. Grayscale: #4B4B4B. Windows color (decimal): -10468795 or 4538976. OLE color: 4538976.

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

Color convert

RGB966669-
CMYK00.310.280.62
HSL354º18.52%31.76%-
HSV(B)354º31.25%37.65%-
XYZ7.856.816.53-
YUV75.31124.44142.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=41.56%
G=28.57%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96666900.310.280.6235418.5231.76
Hex60424501F1C3E1621320
Octal14010210503734765422340
Binary1100000100001010001010111111110011111010110001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604245; }

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

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

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

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

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

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

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

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