Html Css Color HEX #604446 Emperor

📋 copy color: '#604446'

red 96 ◦ green 68 ◦ blue 70

#604446
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emperor #604446

Tints of Emperor #604446

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 value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#604446 (or 0x604446) is known color: 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

RGB 96 68 70 -
CMYK 0 0.29 0.27 0.62
HSL 355.71º 0.17% 0.32% -
HSV(B) 355.71º 0.29% 0.38% -
XYZ 8 7.06 6.74 -
YUV 76.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 96 68 70 0 0.29 0.27 0.62 355.71 0.17 0.32
Hex 60 44 46 0 1D 1B 3E 164 11 20
Octal 140 104 106 0 35 33 76 544 21 40
Binary 1100000 1000100 1000110 0 11101 11011 111110 101100100 10001 100000

Color Harmonies of #604446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604446

Black with #604446

Text Example


Text Example

White with #604446

Text Example


Text Example

HTML Codes & Css Web 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>