#6B3848

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

Shades of Tawny Port #6B3848

Tints of Tawny Port #6B3848

Color information

#6B3848 (or 0x6B3848) is unknown color: approx Tawny Port. HEX triplet: 6B, 38 and 48. RGB value is (107,56,72). Sum of RGB (Red+Green+Blue) = 107+56+72=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3848 is #94C7B7. Grayscale: #494949. Windows color (decimal): -9750456 or 4733035. OLE color: 4733035.

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

Color convert

RGB1075672-
CMYK00.480.330.58
HSL341.18º31.29%31.96%-
HSV(B)341.18º47.66%41.96%-
XYZ8.656.426.91-
YUV73.07127.4152.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.53%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=45.53%
G=23.83%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107567200.480.330.58341.1831.2931.96
Hex6B3848030213A1551f20
Octal1537011006041725253740
Binary11010111110001001000011000010000111101010101010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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