#6C425E

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

Shades of Finn #6C425E

Tints of Finn #6C425E

Color information

#6C425E (or 0x6C425E) is unknown color: approx Finn. HEX triplet: 6C, 42 and 5E. RGB value is (108,66,94). Sum of RGB (Red+Green+Blue) = 108+66+94=268 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.30% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 108 - color contains mainly: red. Hex color #6C425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C425E is #93BDA1. Grayscale: #515151. Windows color (decimal): -9682338 or 6177388. OLE color: 6177388.

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

Color convert

RGB1086694-
CMYK00.390.130.58
HSL320º24.14%34.12%-
HSV(B)320º38.89%42.35%-
XYZ10.157.8911.58-
YUV81.75134.91146.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.30%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=40.30%
G=24.63%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108669400.390.130.5832024.1434.12
Hex6C425E027D3A1401822
Octal15410213604715725003042
Binary1101100100001010111100100111110111101010100000011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,66,94); }

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

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

 a { background-color: rgb(108,66,94); }

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

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

 span { border-color: rgb(108,66,94); }

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