Html Css Color HEX #6A3E4D Tawny Port

📋 copy color: '#6A3E4D'

red 106 ◦ green 62 ◦ blue 77

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

Shades of Tawny Port #6A3E4D

Tints of Tawny Port #6A3E4D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 43.27%
G = 25.31%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A3E4D (or 0x6A3E4D) is known color: Tawny Port. HEX triplet: 6A, 3E and 4D. RGB value is (106,62,77). Sum of RGB (Red+Green+Blue) = 106+62+77=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3E4D is #95C1B2. Grayscale: #4C4C4C. Windows color (decimal): -9814451 or 5062250. OLE color: 5062250.

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

Color convert

RGB 106 62 77 -
CMYK 0 0.42 0.27 0.58
HSL 339.55º 0.26% 0.33% -
HSV(B) 339.55º 0.42% 0.42% -
XYZ 9.01 7.05 7.91 -
YUV 76.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 106 62 77 0 0.42 0.27 0.58 339.55 0.26 0.33
Hex 6A 3E 4D 0 2A 1B 3A 154 1A 21
Octal 152 76 115 0 52 33 72 524 32 41
Binary 1101010 111110 1001101 0 101010 11011 111010 101010100 11010 100001

Color Harmonies of #6A3E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3E4D

Black with #6A3E4D

Text Example


Text Example

White with #6A3E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,62,77); }

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

background-color css

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

 a { background-color: rgb(106,62,77); }

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

border-color css

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

 span { border-color: rgb(106,62,77); }

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