#6D4B54

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

Shades of Finn #6D4B54

Tints of Finn #6D4B54

Color information

#6D4B54 (or 0x6D4B54) is unknown color: approx Finn. HEX triplet: 6D, 4B and 54. RGB value is (109,75,84). Sum of RGB (Red+Green+Blue) = 109+75+84=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B54 is #92B4AB. Grayscale: #565656. Windows color (decimal): -9614508 or 5524333. OLE color: 5524333.

HSL color Cylindrical-coordinate representation of color #6D4B54: hue angle of 344.12º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B54 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB1097584-
CMYK00.310.230.57
HSL344.12º18.48%36.08%-
HSV(B)344.12º31.19%42.75%-
XYZ10.428.929.56-
YUV86.19126.76144.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.67%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=40.67%
G=27.99%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109758400.310.230.57344.1218.4836.08
Hex6D4B5401F17391581224
Octal15511312403727715302244
Binary1101101100101110101000111111011111100110101100010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,75,84); }

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

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

 a { background-color: rgb(109,75,84); }

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

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

 span { border-color: rgb(109,75,84); }

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