Html Css Color HEX #6A4048 Tawny Port

📋 copy color: '#6A4048'

red 106 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #6A4048

Tints of Tawny Port #6A4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 43.8%
G = 26.45%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6A4048 (or 0x6A4048) is known color: Tawny Port. HEX triplet: 6A, 40 and 48. RGB value is (106,64,72). Sum of RGB (Red+Green+Blue) = 106+64+72=242 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.80% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4048 is #95BFB7. Grayscale: #4D4D4D. Windows color (decimal): -9813944 or 4735082. OLE color: 4735082.

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

Color convert

RGB 106 64 72 -
CMYK 0 0.40 0.32 0.58
HSL 348.57º 0.25% 0.33% -
HSV(B) 348.57º 0.4% 0.42% -
XYZ 8.95 7.2 7.05 -
YUV 77.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 106 64 72 0 0.40 0.32 0.58 348.57 0.25 0.33
Hex 6A 40 48 0 28 20 3A 15D 19 21
Octal 152 100 110 0 50 40 72 535 31 41
Binary 1101010 1000000 1001000 0 101000 100000 111010 101011101 11001 100001

Color Harmonies of #6A4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4048

Black with #6A4048

Text Example


Text Example

White with #6A4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,72); }

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

background-color css

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

 a { background-color: rgb(106,64,72); }

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

border-color css

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

 span { border-color: rgb(106,64,72); }

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