Html Css Color HEX #674148 Tawny Port

📋 copy color: '#674148'

red 103 ◦ green 65 ◦ blue 72

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

Shades of Tawny Port #674148

Tints of Tawny Port #674148

RGB

 RED value IS 103 (40.63% 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 value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#674148 (or 0x674148) is known color: 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

RGB 103 65 72 -
CMYK 0 0.37 0.30 0.60
HSL 348.95º 0.23% 0.33% -
HSV(B) 348.95º 0.37% 0.4% -
XYZ 8.65 7.13 7.05 -
YUV 77.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 103 65 72 0 0.37 0.30 0.60 348.95 0.23 0.33
Hex 67 41 48 0 25 1E 3C 15D 17 21
Octal 147 101 110 0 45 36 74 535 27 41
Binary 1100111 1000001 1001000 0 100101 11110 111100 101011101 10111 100001

Color Harmonies of #674148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674148

Black with #674148

Text Example


Text Example

White with #674148

Text Example


Text Example

HTML Codes & Css Web 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>