#6B3C48

Color #6B3C48 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #6B3C48

Tints of Tawny Port #6B3C48

Color information

#6B3C48 (or 0x6B3C48) is unknown color: approx Tawny Port. HEX triplet: 6B, 3C and 48. RGB value is (107,60,72). Sum of RGB (Red+Green+Blue) = 107+60+72=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C48 is #94C3B7. Grayscale: #4B4B4B. Windows color (decimal): -9749432 or 4734059. OLE color: 4734059.

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

Color convert

RGB1076072-
CMYK00.440.330.58
HSL344.68º28.14%32.75%-
HSV(B)344.68º43.93%41.96%-
XYZ8.856.836.98-
YUV75.42126.07150.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=44.77%
G=25.10%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107607200.440.330.58344.6828.1432.75
Hex6B3C4802C213A1591c21
Octal1537411005441725313441
Binary11010111111001001000010110010000111101010101100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B3C48;
 }
 .AnyTagClassName
 {
   color: #6B3C48;
 }
</style>
background-color css

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

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

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

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

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

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