Html Css Color HEX #674047 Tawny Port

📋 copy color: '#674047'

red 103 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #674047

Tints of Tawny Port #674047

RGB

 RED value IS 103 (40.63% from 255) = 43.28%

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

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

R = 43.28%
G = 26.89%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#674047 (or 0x674047) is known color: Tawny Port. HEX triplet: 67, 40 and 47. RGB value is (103,64,71). Sum of RGB (Red+Green+Blue) = 103+64+71=238 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.28% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 103 - color contains mainly: red. Hex color #674047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674047 is #98BFB8. Grayscale: #4C4C4C. Windows color (decimal): -10010553 or 4669543. OLE color: 4669543.

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

Color convert

RGB 103 64 71 -
CMYK 0 0.38 0.31 0.60
HSL 349.23º 0.23% 0.33% -
HSV(B) 349.23º 0.38% 0.4% -
XYZ 8.56 7.01 6.86 -
YUV 76.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 103 64 71 0 0.38 0.31 0.60 349.23 0.23 0.33
Hex 67 40 47 0 26 1F 3C 15D 17 21
Octal 147 100 107 0 46 37 74 535 27 41
Binary 1100111 1000000 1000111 0 100110 11111 111100 101011101 10111 100001

Color Harmonies of #674047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674047

Black with #674047

Text Example


Text Example

White with #674047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674047; }

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

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

background-color css

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

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

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

border-color css

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

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

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