#654256

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

Shades of Finn #654256

Tints of Finn #654256

Color information

#654256 (or 0x654256) is unknown color: approx Finn. HEX triplet: 65, 42 and 56. RGB value is (101,66,86). Sum of RGB (Red+Green+Blue) = 101+66+86=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 101 - color contains mainly: red. Hex color #654256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654256 is #9ABDA9. Grayscale: #4E4E4E. Windows color (decimal): -10141098 or 5653093. OLE color: 5653093.

HSL color Cylindrical-coordinate representation of color #654256: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #654256 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1016686-
CMYK00.350.150.60
HSL325.71º20.96%32.75%-
HSV(B)325.71º34.65%39.61%-
XYZ8.997.349.75-
YUV78.74132.1143.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.92%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 86 (33.98% from 255) = 33.99%
R=39.92%
G=26.09%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668600.350.150.60325.7120.9632.75
Hex654256023F3C1461521
Octal14510212604317745062541
Binary1100101100001010101100100011111111110010100011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654256; }

 p { color: rgb(101,66,86); }

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

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

 a { background-color: rgb(101,66,86); }

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

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

 span { border-color: rgb(101,66,86); }

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