Html Css Color HEX #6A3641 Tawny Port

📋 copy color: '#6A3641'

red 106 ◦ green 54 ◦ blue 65

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

Shades of Tawny Port #6A3641

Tints of Tawny Port #6A3641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24%

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

R = 47.11%
G = 24%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#6A3641 (or 0x6A3641) is known color: Tawny Port. HEX triplet: 6A, 36 and 41. RGB value is (106,54,65). Sum of RGB (Red+Green+Blue) = 106+54+65=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3641 is #95C9BE. Grayscale: #464646. Windows color (decimal): -9816511 or 4273770. OLE color: 4273770.

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

Color convert

RGB 106 54 65 -
CMYK 0 0.49 0.39 0.58
HSL 347.31º 0.33% 0.31% -
HSV(B) 347.31º 0.49% 0.42% -
XYZ 8.22 6.08 5.74 -
YUV 70.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 106 54 65 0 0.49 0.39 0.58 347.31 0.33 0.31
Hex 6A 36 41 0 31 27 3A 15B 20 1F
Octal 152 66 101 0 61 47 72 533 40 37
Binary 1101010 110110 1000001 0 110001 100111 111010 101011011 100000 11111

Color Harmonies of #6A3641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3641

Black with #6A3641

Text Example


Text Example

White with #6A3641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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