Html Css Color HEX #602F41 Tawny Port

📋 copy color: '#602F41'

red 96 ◦ green 47 ◦ blue 65

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

Shades of Tawny Port #602F41

Tints of Tawny Port #602F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 46.15%
G = 22.6%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#602F41 (or 0x602F41) is known color: Tawny Port. HEX triplet: 60, 2F and 41. RGB value is (96,47,65). Sum of RGB (Red+Green+Blue) = 96+47+65=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #602F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602F41 is #9FD0BE. Grayscale: #3F3F3F. Windows color (decimal): -10473663 or 4271968. OLE color: 4271968.

HSL color Cylindrical-coordinate representation of color #602F41: hue angle of 337.96º 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 #602F41 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 47 65 -
CMYK 0 0.51 0.32 0.62
HSL 337.96º 0.34% 0.28% -
HSV(B) 337.96º 0.51% 0.38% -
XYZ 6.79 4.9 5.59 -
YUV 63.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 96 47 65 0 0.51 0.32 0.62 337.96 0.34 0.28
Hex 60 2F 41 0 33 20 3E 152 22 1C
Octal 140 57 101 0 63 40 76 522 42 34
Binary 1100000 101111 1000001 0 110011 100000 111110 101010010 100010 11100

Color Harmonies of #602F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F41

Black with #602F41

Text Example


Text Example

White with #602F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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