#61434E

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

Shades of Finn #61434E

Tints of Finn #61434E

Color information

#61434E (or 0x61434E) is unknown color: approx Finn. HEX triplet: 61, 43 and 4E. RGB value is (97,67,78). Sum of RGB (Red+Green+Blue) = 97+67+78=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61434E is #9EBCB1. Grayscale: #4D4D4D. Windows color (decimal): -10402994 or 5129057. OLE color: 5129057.

HSL color Cylindrical-coordinate representation of color #61434E: hue angle of 338º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61434E is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB976778-
CMYK00.310.200.62
HSL338º18.29%32.16%-
HSV(B)338º30.93%38.04%-
XYZ8.317.118.14-
YUV77.22128.44142.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.08%
GREEN value IS 67 (26.56% from 255) = 27.69%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=40.08%
G=27.69%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97677800.310.200.6233818.2932.16
Hex61434E01F143E1521220
Octal14110311603724765222240
Binary1100001100001110011100111111010011111010101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61434E; }

 p { color: rgb(97,67,78); }

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

<style>
 a { background-color: #61434E; }

 a { background-color: rgb(97,67,78); }

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

<style>
 span { border-color: #61434E; }

 span { border-color: rgb(97,67,78); }

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