#6C434F

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

Shades of Finn #6C434F

Tints of Finn #6C434F

Color information

#6C434F (or 0x6C434F) is unknown color: approx Finn. HEX triplet: 6C, 43 and 4F. RGB value is (108,67,79). Sum of RGB (Red+Green+Blue) = 108+67+79=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C434F is #93BCB0. Grayscale: #505050. Windows color (decimal): -9682097 or 5194604. OLE color: 5194604.

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

Color convert

RGB1086779-
CMYK00.380.270.58
HSL342.44º23.43%34.31%-
HSV(B)342.44º37.96%42.35%-
XYZ9.67.778.39-
YUV80.63127.08147.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.52%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=42.52%
G=26.38%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108677900.380.270.58342.4423.4334.31
Hex6C434F0261B3A1561722
Octal15410311704633725262742
Binary11011001000011100111101001101101111101010101011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,67,79); }

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

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

 a { background-color: rgb(108,67,79); }

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

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

 span { border-color: rgb(108,67,79); }

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