#674148

Color #674148 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #674148

Tints of Tawny Port #674148

Color information

#674148 (or 0x674148) is unknown color: approx Tawny Port. HEX triplet: 67, 41 and 48. RGB value is (103,65,72). Sum of RGB (Red+Green+Blue) = 103+65+72=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #674148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674148 is #98BEB7. Grayscale: #4D4D4D. Windows color (decimal): -10010296 or 4735335. OLE color: 4735335.

HSL color Cylindrical-coordinate representation of color #674148: hue angle of 348.95º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #674148 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB1036572-
CMYK00.370.300.60
HSL348.95º22.62%32.94%-
HSV(B)348.95º36.89%40.39%-
XYZ8.657.137.05-
YUV77.16125.09146.43-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 72 (28.52% from 255) = 30%
R=42.92%
G=27.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103657200.370.300.60348.9522.6232.94
Hex6741480251E3C15d1721
Octal14710111004536745352741
Binary11001111000001100100001001011111011110010101110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674148; }

 p { color: rgb(103,65,72); }

 H1.HeaderClassName
 {
   color: #674148;
 }
 .AnyTagClassName
 {
   color: #674148;
 }
</style>
background-color css

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

 a { background-color: rgb(103,65,72); }

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

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

 span { border-color: rgb(103,65,72); }

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