Html Css Color HEX #6A354F Tawny Port

📋 copy color: '#6A354F'

red 106 ◦ green 53 ◦ blue 79

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

Shades of Tawny Port #6A354F

Tints of Tawny Port #6A354F

RGB

 RED value IS 106 (41.8% from 255) = 44.54%

 GREEN value IS 53 (21.09% from 255) = 22.27%

 BLUE value IS 79 (31.25% from 255) = 33.19%

R = 44.54%
G = 22.27%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A354F (or 0x6A354F) is known color: Tawny Port. HEX triplet: 6A, 35 and 4F. RGB value is (106,53,79). Sum of RGB (Red+Green+Blue) = 106+53+79=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A354F is #95CAB0. Grayscale: #474747. Windows color (decimal): -9816753 or 5191018. OLE color: 5191018.

HSL color Cylindrical-coordinate representation of color #6A354F: hue angle of 330.57º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A354F is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 53 79 -
CMYK 0 0.5 0.25 0.58
HSL 330.57º 0.33% 0.31% -
HSV(B) 330.57º 0.5% 0.42% -
XYZ 8.63 6.17 8.13 -
YUV 71.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 106 53 79 0 0.5 0.25 0.58 330.57 0.33 0.31
Hex 6A 35 4F 0 32 19 3A 14B 21 1F
Octal 152 65 117 0 62 31 72 513 41 37
Binary 1101010 110101 1001111 0 110010 11001 111010 101001011 100001 11111

Color Harmonies of #6A354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A354F

Black with #6A354F

Text Example


Text Example

White with #6A354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,53,79); }

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

background-color css

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

 a { background-color: rgb(106,53,79); }

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

border-color css

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

 span { border-color: rgb(106,53,79); }

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