Html Css Color HEX #604247 Tawny Port

📋 copy color: '#604247'

red 96 ◦ green 66 ◦ blue 71

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

Shades of Tawny Port #604247

Tints of Tawny Port #604247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.33%

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

R = 41.2%
G = 28.33%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#604247 (or 0x604247) is known color: Tawny Port. HEX triplet: 60, 42 and 47. RGB value is (96,66,71). Sum of RGB (Red+Green+Blue) = 96+66+71=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #604247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604247 is #9FBDB8. Grayscale: #4B4B4B. Windows color (decimal): -10468793 or 4670048. OLE color: 4670048.

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

Color convert

RGB 96 66 71 -
CMYK 0 0.31 0.26 0.62
HSL 350º 0.19% 0.32% -
HSV(B) 350º 0.31% 0.38% -
XYZ 7.91 6.84 6.86 -
YUV 75.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 96 66 71 0 0.31 0.26 0.62 350 0.19 0.32
Hex 60 42 47 0 1F 1A 3E 15E 13 20
Octal 140 102 107 0 37 32 76 536 23 40
Binary 1100000 1000010 1000111 0 11111 11010 111110 101011110 10011 100000

Color Harmonies of #604247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604247

Black with #604247

Text Example


Text Example

White with #604247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604247; }

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

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

background-color css

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

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

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

border-color css

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

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

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