Html Css Color HEX #6A334A Tawny Port

📋 copy color: '#6A334A'

red 106 ◦ green 51 ◦ blue 74

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

Shades of Tawny Port #6A334A

Tints of Tawny Port #6A334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

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

R = 45.89%
G = 22.08%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A334A (or 0x6A334A) is known color: Tawny Port. HEX triplet: 6A, 33 and 4A. RGB value is (106,51,74). Sum of RGB (Red+Green+Blue) = 106+51+74=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A334A is #95CCB5. Grayscale: #464646. Windows color (decimal): -9817270 or 4862826. OLE color: 4862826.

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

Color convert

RGB 106 51 74 -
CMYK 0 0.52 0.30 0.58
HSL 334.91º 0.35% 0.31% -
HSV(B) 334.91º 0.52% 0.42% -
XYZ 8.36 5.93 7.18 -
YUV 70.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 106 51 74 0 0.52 0.30 0.58 334.91 0.35 0.31
Hex 6A 33 4A 0 34 1E 3A 14F 23 1F
Octal 152 63 112 0 64 36 72 517 43 37
Binary 1101010 110011 1001010 0 110100 11110 111010 101001111 100011 11111

Color Harmonies of #6A334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A334A

Black with #6A334A

Text Example


Text Example

White with #6A334A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,74); }

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

background-color css

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

 a { background-color: rgb(106,51,74); }

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

border-color css

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

 span { border-color: rgb(106,51,74); }

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