#602E46

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

Shades of Tawny Port #602E46

Tints of Tawny Port #602E46

Color information

#602E46 (or 0x602E46) is unknown color: approx Tawny Port. HEX triplet: 60, 2E and 46. RGB value is (96,46,70). Sum of RGB (Red+Green+Blue) = 96+46+70=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 70 (27.73% from 255 or 33.02% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #602E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602E46 is #9FD1B9. Grayscale: #3F3F3F. Windows color (decimal): -10473914 or 4599392. OLE color: 4599392.

HSL color Cylindrical-coordinate representation of color #602E46: hue angle of 331.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #602E46 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB964670-
CMYK00.520.270.62
HSL331.2º35.21%27.84%-
HSV(B)331.2º52.08%37.65%-
XYZ6.914.886.37-
YUV63.69131.56151.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.28%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 70 (27.73% from 255) = 33.02%
R=45.28%
G=21.70%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96467000.520.270.62331.235.2127.84
Hex602E460341B3E14b231c
Octal1405610606433765134334
Binary1100000101110100011001101001101111111010100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E46; }

 p { color: rgb(96,46,70); }

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

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

 a { background-color: rgb(96,46,70); }

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

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

 span { border-color: rgb(96,46,70); }

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