#6B4F5B

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

Shades of Finn #6B4F5B

Tints of Finn #6B4F5B

Color information

#6B4F5B (or 0x6B4F5B) is unknown color: approx Finn. HEX triplet: 6B, 4F and 5B. RGB value is (107,79,91). Sum of RGB (Red+Green+Blue) = 107+79+91=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F5B is #94B0A4. Grayscale: #585858. Windows color (decimal): -9744549 or 5984107. OLE color: 5984107.

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

Color convert

RGB1077991-
CMYK00.260.150.58
HSL334.29º15.05%36.47%-
HSV(B)334.29º26.17%41.96%-
XYZ10.759.4711.16-
YUV88.74129.28141.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 79 (31.25% from 255) = 28.52%
BLUE value IS 91 (35.94% from 255) = 32.85%
R=38.63%
G=28.52%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107799100.260.150.58334.2915.0536.47
Hex6B4F5B01AF3A14ef24
Octal15311713303217725161744
Binary11010111001111101101101101011111110101010011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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