#6B3045

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

Shades of Tawny Port #6B3045

Tints of Tawny Port #6B3045

Color information

#6B3045 (or 0x6B3045) is unknown color: approx Tawny Port. HEX triplet: 6B, 30 and 45. RGB value is (107,48,69). Sum of RGB (Red+Green+Blue) = 107+48+69=224 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.77% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3045 is #94CFBA. Grayscale: #444444. Windows color (decimal): -9752507 or 4534379. OLE color: 4534379.

HSL color Cylindrical-coordinate representation of color #6B3045: hue angle of 338.64º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B3045 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB1074869-
CMYK00.550.360.58
HSL338.64º38.06%30.39%-
HSV(B)338.64º55.14%41.96%-
XYZ8.195.676.29-
YUV68.04128.55155.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.77%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=47.77%
G=21.43%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107486900.550.360.58338.6438.0630.39
Hex6B3045037243A153261e
Octal1536010506744725234636
Binary11010111100001000101011011110010011101010101001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,48,69); }

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

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

 a { background-color: rgb(107,48,69); }

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

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

 span { border-color: rgb(107,48,69); }

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