Html Css Color HEX #6A3742 Tawny Port

📋 copy color: '#6A3742'

red 106 ◦ green 55 ◦ blue 66

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

Shades of Tawny Port #6A3742

Tints of Tawny Port #6A3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.23%

 BLUE value IS 66 (26.17% from 255) = 29.07%

R = 46.7%
G = 24.23%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#6A3742 (or 0x6A3742) is known color: Tawny Port. HEX triplet: 6A, 37 and 42. RGB value is (106,55,66). Sum of RGB (Red+Green+Blue) = 106+55+66=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3742 is #95C8BD. Grayscale: #474747. Windows color (decimal): -9816254 or 4339562. OLE color: 4339562.

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

Color convert

RGB 106 55 66 -
CMYK 0 0.48 0.38 0.58
HSL 347.06º 0.32% 0.32% -
HSV(B) 347.06º 0.48% 0.42% -
XYZ 8.29 6.19 5.91 -
YUV 71.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 106 55 66 0 0.48 0.38 0.58 347.06 0.32 0.32
Hex 6A 37 42 0 30 26 3A 15B 20 20
Octal 152 67 102 0 60 46 72 533 40 40
Binary 1101010 110111 1000010 0 110000 100110 111010 101011011 100000 100000

Color Harmonies of #6A3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3742

Black with #6A3742

Text Example


Text Example

White with #6A3742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,55,66); }

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

background-color css

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

 a { background-color: rgb(106,55,66); }

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

border-color css

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

 span { border-color: rgb(106,55,66); }

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