#6C444F

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

Shades of Finn #6C444F

Tints of Finn #6C444F

Color information

#6C444F (or 0x6C444F) is unknown color: approx Finn. HEX triplet: 6C, 44 and 4F. RGB value is (108,68,79). Sum of RGB (Red+Green+Blue) = 108+68+79=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 108 - color contains mainly: red. Hex color #6C444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C444F is #93BBB0. Grayscale: #515151. Windows color (decimal): -9681841 or 5194860. OLE color: 5194860.

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

Color convert

RGB1086879-
CMYK00.370.270.58
HSL343.5º22.73%34.51%-
HSV(B)343.5º37.04%42.35%-
XYZ9.667.898.41-
YUV81.21126.75147.11-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 42.35%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 79 (31.25% from 255) = 30.98%
R=42.35%
G=26.67%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108687900.370.270.58343.522.7334.51
Hex6C444F0251B3A1581723
Octal15410411704533725302743
Binary11011001000100100111101001011101111101010101100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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