#604043

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

Shades of Emperor #604043

Tints of Emperor #604043

Color information

#604043 (or 0x604043) is unknown color: approx Emperor. HEX triplet: 60, 40 and 43. RGB value is (96,64,67). Sum of RGB (Red+Green+Blue) = 96+64+67=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #604043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604043 is #9FBFBC. Grayscale: #494949. Windows color (decimal): -10469309 or 4407392. OLE color: 4407392.

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

Color convert

RGB966467-
CMYK00.330.300.62
HSL354.38º20%31.37%-
HSV(B)354.38º33.33%37.65%-
XYZ7.676.566.17-
YUV73.91124.1143.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 67 (26.56% from 255) = 29.52%
R=42.29%
G=28.19%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96646700.330.300.62354.382031.37
Hex6040430211E3E162141f
Octal14010010304136765422437
Binary1100000100000010000110100001111101111101011000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604043; }

 p { color: rgb(96,64,67); }

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

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

 a { background-color: rgb(96,64,67); }

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

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

 span { border-color: rgb(96,64,67); }

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