#604045

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

Shades of Tawny Port #604045

Tints of Tawny Port #604045

Color information

#604045 (or 0x604045) is unknown color: approx Tawny Port. HEX triplet: 60, 40 and 45. RGB value is (96,64,69). Sum of RGB (Red+Green+Blue) = 96+64+69=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604045 is #9FBFBA. Grayscale: #4A4A4A. Windows color (decimal): -10469307 or 4538464. OLE color: 4538464.

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

Color convert

RGB966469-
CMYK00.330.280.62
HSL350.62º20%31.37%-
HSV(B)350.62º33.33%37.65%-
XYZ7.736.586.49-
YUV74.14125.1143.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=41.92%
G=27.95%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96646900.330.280.62350.622031.37
Hex6040450211C3E15f141f
Octal14010010504134765372437
Binary1100000100000010001010100001111001111101010111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604045; }

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

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

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

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

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

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

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

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