Html Css Color HEX #6A3541 Tawny Port

📋 copy color: '#6A3541'

red 106 ◦ green 53 ◦ blue 65

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

Shades of Tawny Port #6A3541

Tints of Tawny Port #6A3541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.02%

R = 47.32%
G = 23.66%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6A3541 (or 0x6A3541) is known color: Tawny Port. HEX triplet: 6A, 35 and 41. RGB value is (106,53,65). Sum of RGB (Red+Green+Blue) = 106+53+65=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3541 is #95CABE. Grayscale: #464646. Windows color (decimal): -9816767 or 4273514. OLE color: 4273514.

HSL color Cylindrical-coordinate representation of color #6A3541: hue angle of 346.42º 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 #6A3541 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 53 65 -
CMYK 0 0.5 0.39 0.58
HSL 346.42º 0.33% 0.31% -
HSV(B) 346.42º 0.5% 0.42% -
XYZ 8.17 5.99 5.73 -
YUV 70.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 106 53 65 0 0.5 0.39 0.58 346.42 0.33 0.31
Hex 6A 35 41 0 32 27 3A 15A 21 1F
Octal 152 65 101 0 62 47 72 532 41 37
Binary 1101010 110101 1000001 0 110010 100111 111010 101011010 100001 11111

Color Harmonies of #6A3541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3541

Black with #6A3541

Text Example


Text Example

White with #6A3541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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