Html Css Color HEX #602F46 Tawny Port

📋 copy color: '#602F46'

red 96 ◦ green 47 ◦ blue 70

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

Shades of Tawny Port #602F46

Tints of Tawny Port #602F46

RGB

 RED value IS 96 (37.89% from 255) = 45.07%

 GREEN value IS 47 (18.75% from 255) = 22.07%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 45.07%
G = 22.07%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#602F46 (or 0x602F46) is known color: Tawny Port. HEX triplet: 60, 2F and 46. RGB value is (96,47,70). Sum of RGB (Red+Green+Blue) = 96+47+70=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #602F46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F46 is #9FD0B9. Grayscale: #404040. Windows color (decimal): -10473658 or 4599648. OLE color: 4599648.

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

Color convert

RGB 96 47 70 -
CMYK 0 0.51 0.27 0.62
HSL 331.84º 0.34% 0.28% -
HSV(B) 331.84º 0.51% 0.38% -
XYZ 6.95 4.96 6.39 -
YUV 64.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 96 47 70 0 0.51 0.27 0.62 331.84 0.34 0.28
Hex 60 2F 46 0 33 1B 3E 14C 22 1C
Octal 140 57 106 0 63 33 76 514 42 34
Binary 1100000 101111 1000110 0 110011 11011 111110 101001100 100010 11100

Color Harmonies of #602F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F46

Black with #602F46

Text Example


Text Example

White with #602F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #602F46;
 }
 .AnyTagClassName
 {
   color: #602F46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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