Html Css Color HEX #6B4048 Tawny Port

📋 copy color: '#6B4048'

red 107 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #6B4048

Tints of Tawny Port #6B4048

RGB

 RED value IS 107 (42.19% from 255) = 44.03%

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

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

R = 44.03%
G = 26.34%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B4048 (or 0x6B4048) is known color: Tawny Port. HEX triplet: 6B, 40 and 48. RGB value is (107,64,72). Sum of RGB (Red+Green+Blue) = 107+64+72=243 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.03% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4048 is #94BFB7. Grayscale: #4D4D4D. Windows color (decimal): -9748408 or 4735083. OLE color: 4735083.

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

Color convert

RGB 107 64 72 -
CMYK 0 0.40 0.33 0.58
HSL 348.84º 0.25% 0.34% -
HSV(B) 348.84º 0.4% 0.42% -
XYZ 9.07 7.26 7.05 -
YUV 77.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 107 64 72 0 0.40 0.33 0.58 348.84 0.25 0.34
Hex 6B 40 48 0 28 21 3A 15D 19 22
Octal 153 100 110 0 50 41 72 535 31 42
Binary 1101011 1000000 1001000 0 101000 100001 111010 101011101 11001 100010

Color Harmonies of #6B4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4048

Black with #6B4048

Text Example


Text Example

White with #6B4048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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