Html Css Color HEX #604047 Tawny Port

📋 copy color: '#604047'

red 96 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #604047

Tints of Tawny Port #604047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 41.56%
G = 27.71%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#604047 (or 0x604047) is known color: Tawny Port. HEX triplet: 60, 40 and 47. RGB value is (96,64,71). Sum of RGB (Red+Green+Blue) = 96+64+71=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #604047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604047 is #9FBFB8. Grayscale: #4A4A4A. Windows color (decimal): -10469305 or 4669536. OLE color: 4669536.

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

Color convert

RGB 96 64 71 -
CMYK 0 0.33 0.26 0.62
HSL 346.88º 0.2% 0.31% -
HSV(B) 346.88º 0.33% 0.38% -
XYZ 7.79 6.61 6.83 -
YUV 74.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 96 64 71 0 0.33 0.26 0.62 346.88 0.2 0.31
Hex 60 40 47 0 21 1A 3E 15B 14 1F
Octal 140 100 107 0 41 32 76 533 24 37
Binary 1100000 1000000 1000111 0 100001 11010 111110 101011011 10100 11111

Color Harmonies of #604047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604047

Black with #604047

Text Example


Text Example

White with #604047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604047; }

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

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

background-color css

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

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

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

border-color css

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

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

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