Html Css Color HEX #604147 Tawny Port

📋 copy color: '#604147'

red 96 ◦ green 65 ◦ blue 71

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

Shades of Tawny Port #604147

Tints of Tawny Port #604147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.02%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 41.38%
G = 28.02%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#604147 (or 0x604147) is known color: Tawny Port. HEX triplet: 60, 41 and 47. RGB value is (96,65,71). Sum of RGB (Red+Green+Blue) = 96+65+71=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604147 is #9FBEB8. Grayscale: #4A4A4A. Windows color (decimal): -10469049 or 4669792. OLE color: 4669792.

HSL color Cylindrical-coordinate representation of color #604147: hue angle of 348.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604147 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 65 71 -
CMYK 0 0.32 0.26 0.62
HSL 348.39º 0.19% 0.32% -
HSV(B) 348.39º 0.32% 0.38% -
XYZ 7.85 6.72 6.84 -
YUV 74.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 96 65 71 0 0.32 0.26 0.62 348.39 0.19 0.32
Hex 60 41 47 0 20 1A 3E 15C 13 20
Octal 140 101 107 0 40 32 76 534 23 40
Binary 1100000 1000001 1000111 0 100000 11010 111110 101011100 10011 100000

Color Harmonies of #604147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604147

Black with #604147

Text Example


Text Example

White with #604147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604147; }

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

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

background-color css

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

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

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

border-color css

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

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

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