Html Css Color HEX #6D3248 Tawny Port

📋 copy color: '#6D3248'

red 109 ◦ green 50 ◦ blue 72

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

Shades of Tawny Port #6D3248

Tints of Tawny Port #6D3248

RGB

 RED value IS 109 (42.97% from 255) = 47.19%

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 47.19%
G = 21.65%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D3248 (or 0x6D3248) is known color: Tawny Port. HEX triplet: 6D, 32 and 48. RGB value is (109,50,72). Sum of RGB (Red+Green+Blue) = 109+50+72=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3248 is #92CDB7. Grayscale: #464646. Windows color (decimal): -9620920 or 4731501. OLE color: 4731501.

HSL color Cylindrical-coordinate representation of color #6D3248: hue angle of 337.63º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3248 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 50 72 -
CMYK 0 0.54 0.34 0.57
HSL 337.63º 0.37% 0.31% -
HSV(B) 337.63º 0.54% 0.43% -
XYZ 8.62 6 6.83 -
YUV 70.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 109 50 72 0 0.54 0.34 0.57 337.63 0.37 0.31
Hex 6D 32 48 0 36 22 39 152 25 1F
Octal 155 62 110 0 66 42 71 522 45 37
Binary 1101101 110010 1001000 0 110110 100010 111001 101010010 100101 11111

Color Harmonies of #6D3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3248

Black with #6D3248

Text Example


Text Example

White with #6D3248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,50,72); }

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

background-color css

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

 a { background-color: rgb(109,50,72); }

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

border-color css

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

 span { border-color: rgb(109,50,72); }

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