#6B545B

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

Shades of Finn #6B545B

Tints of Finn #6B545B

Color information

#6B545B (or 0x6B545B) is unknown color: approx Finn. HEX triplet: 6B, 54 and 5B. RGB value is (107,84,91). Sum of RGB (Red+Green+Blue) = 107+84+91=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 107 - color contains mainly: red. Hex color #6B545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B545B is #94ABA4. Grayscale: #5B5B5B. Windows color (decimal): -9743269 or 5985387. OLE color: 5985387.

HSL color Cylindrical-coordinate representation of color #6B545B: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B545B is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1078491-
CMYK00.210.150.58
HSL341.74º12.04%37.45%-
HSV(B)341.74º21.5%41.96%-
XYZ11.1210.2211.28-
YUV91.68127.62138.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=37.94%
G=29.79%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107849100.210.150.58341.7412.0437.45
Hex6B545B015F3A156c25
Octal15312413302517725261445
Binary11010111010100101101101010111111110101010101101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,84,91); }

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

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

 a { background-color: rgb(107,84,91); }

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

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

 span { border-color: rgb(107,84,91); }

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