#6C424B

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

Shades of Tawny Port #6C424B

Tints of Tawny Port #6C424B

Color information

#6C424B (or 0x6C424B) is unknown color: approx Tawny Port. HEX triplet: 6C, 42 and 4B. RGB value is (108,66,75). Sum of RGB (Red+Green+Blue) = 108+66+75=249 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.37% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 108 - color contains mainly: red. Hex color #6C424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C424B is #93BDB4. Grayscale: #4F4F4F. Windows color (decimal): -9682357 or 4932204. OLE color: 4932204.

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

Color convert

RGB1086675-
CMYK00.390.310.58
HSL347.14º24.14%34.12%-
HSV(B)347.14º38.89%42.35%-
XYZ9.47.597.63-
YUV79.58125.41148.27-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.37%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=43.37%
G=26.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108667500.390.310.58347.1424.1434.12
Hex6C424B0271F3A15b1822
Octal15410211304737725333042
Binary11011001000010100101101001111111111101010101101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,66,75); }

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

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

 a { background-color: rgb(108,66,75); }

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

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

 span { border-color: rgb(108,66,75); }

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