#6C425C

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

Shades of Finn #6C425C

Tints of Finn #6C425C

Color information

#6C425C (or 0x6C425C) is unknown color: approx Finn. HEX triplet: 6C, 42 and 5C. RGB value is (108,66,92). Sum of RGB (Red+Green+Blue) = 108+66+92=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C425C is #93BDA3. Grayscale: #515151. Windows color (decimal): -9682340 or 6046316. OLE color: 6046316.

HSL color Cylindrical-coordinate representation of color #6C425C: hue angle of 322.86º 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 #6C425C is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1086692-
CMYK00.390.150.58
HSL322.86º24.14%34.12%-
HSV(B)322.86º38.89%42.35%-
XYZ10.067.8611.11-
YUV81.52133.91146.89-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.60%
GREEN value IS 66 (26.17% from 255) = 24.81%
BLUE value IS 92 (36.33% from 255) = 34.59%
R=40.60%
G=24.81%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108669200.390.150.58322.8624.1434.12
Hex6C425C027F3A1431822
Octal15410213404717725033042
Binary1101100100001010111000100111111111101010100001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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