#61444F

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

Shades of Finn #61444F

Tints of Finn #61444F

Color information

#61444F (or 0x61444F) is unknown color: approx Finn. HEX triplet: 61, 44 and 4F. RGB value is (97,68,79). Sum of RGB (Red+Green+Blue) = 97+68+79=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 68 (26.95% from 255 or 27.87% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 97 - color contains mainly: red. Hex color #61444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61444F is #9EBBB0. Grayscale: #4D4D4D. Windows color (decimal): -10402737 or 5194849. OLE color: 5194849.

HSL color Cylindrical-coordinate representation of color #61444F: hue angle of 337.24º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61444F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB976879-
CMYK00.300.190.62
HSL337.24º17.58%32.35%-
HSV(B)337.24º29.9%38.04%-
XYZ8.417.248.35-
YUV77.92128.61141.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.75%
GREEN value IS 68 (26.95% from 255) = 27.87%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=39.75%
G=27.87%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97687900.300.190.62337.2417.5832.35
Hex61444F01E133E1511220
Octal14110411703623765212240
Binary1100001100010010011110111101001111111010101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61444F; }

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

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

<style>
 a { background-color: #61444F; }

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

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

<style>
 span { border-color: #61444F; }

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

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