Html Css Color HEX #604048 Tawny Port

📋 copy color: '#604048'

red 96 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #604048

Tints of Tawny Port #604048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 41.38%
G = 27.59%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#604048 (or 0x604048) is known color: Tawny Port. HEX triplet: 60, 40 and 48. RGB value is (96,64,72). Sum of RGB (Red+Green+Blue) = 96+64+72=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #604048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604048 is #9FBFB7. Grayscale: #4A4A4A. Windows color (decimal): -10469304 or 4735072. OLE color: 4735072.

HSL color Cylindrical-coordinate representation of color #604048: hue angle of 345º 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 #604048 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 64 72 -
CMYK 0 0.33 0.25 0.62
HSL 345º 0.2% 0.31% -
HSV(B) 345º 0.33% 0.38% -
XYZ 7.83 6.62 7 -
YUV 74.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 96 64 72 0 0.33 0.25 0.62 345 0.2 0.31
Hex 60 40 48 0 21 19 3E 159 14 1F
Octal 140 100 110 0 41 31 76 531 24 37
Binary 1100000 1000000 1001000 0 100001 11001 111110 101011001 10100 11111

Color Harmonies of #604048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604048

Black with #604048

Text Example


Text Example

White with #604048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604048; }

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

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

background-color css

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

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

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

border-color css

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

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

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