Html Css Color HEX #6F344A Tawny Port

📋 copy color: '#6F344A'

red 111 ◦ green 52 ◦ blue 74

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

Shades of Tawny Port #6F344A

Tints of Tawny Port #6F344A

RGB

 RED value IS 111 (43.75% from 255) = 46.84%

 GREEN value IS 52 (20.7% from 255) = 21.94%

 BLUE value IS 74 (29.3% from 255) = 31.22%

R = 46.84%
G = 21.94%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F344A (or 0x6F344A) is known color: Tawny Port. HEX triplet: 6F, 34 and 4A. RGB value is (111,52,74). Sum of RGB (Red+Green+Blue) = 111+52+74=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F344A is #90CBB5. Grayscale: #484848. Windows color (decimal): -9489334 or 4863087. OLE color: 4863087.

HSL color Cylindrical-coordinate representation of color #6F344A: hue angle of 337.63º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F344A is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 52 74 -
CMYK 0 0.53 0.33 0.56
HSL 337.63º 0.36% 0.32% -
HSV(B) 337.63º 0.53% 0.44% -
XYZ 9.02 6.33 7.22 -
YUV 72.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 111 52 74 0 0.53 0.33 0.56 337.63 0.36 0.32
Hex 6F 34 4A 0 35 21 38 152 24 20
Octal 157 64 112 0 65 41 70 522 44 40
Binary 1101111 110100 1001010 0 110101 100001 111000 101010010 100100 100000

Color Harmonies of #6F344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F344A

Black with #6F344A

Text Example


Text Example

White with #6F344A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F344A; }

 p { color: rgb(111,52,74); }

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

background-color css

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

 a { background-color: rgb(111,52,74); }

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

border-color css

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

 span { border-color: rgb(111,52,74); }

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