#655359

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

Shades of Finn #655359

Tints of Finn #655359

Color information

#655359 (or 0x655359) is unknown color: approx Finn. HEX triplet: 65, 53 and 59. RGB value is (101,83,89). Sum of RGB (Red+Green+Blue) = 101+83+89=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655359 is #9AACA6. Grayscale: #595959. Windows color (decimal): -10136743 or 5854053. OLE color: 5854053.

HSL color Cylindrical-coordinate representation of color #655359: hue angle of 340º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655359 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB1018389-
CMYK00.180.120.60
HSL340º9.78%36.08%-
HSV(B)340º17.82%39.61%-
XYZ10.269.6710.78-
YUV89.07127.96136.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 89 (35.16% from 255) = 32.60%
R=37.00%
G=30.40%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101838900.180.120.603409.7836.08
Hex655359012C3C154a24
Octal14512313102214745241244
Binary11001011010011101100101001011001111001010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655359; }

 p { color: rgb(101,83,89); }

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

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

 a { background-color: rgb(101,83,89); }

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

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

 span { border-color: rgb(101,83,89); }

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