#654253

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

Shades of Finn #654253

Tints of Finn #654253

Color information

#654253 (or 0x654253) is unknown color: approx Finn. HEX triplet: 65, 42 and 53. RGB value is (101,66,83). Sum of RGB (Red+Green+Blue) = 101+66+83=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #654253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654253 is #9ABDAC. Grayscale: #4E4E4E. Windows color (decimal): -10141101 or 5456485. OLE color: 5456485.

HSL color Cylindrical-coordinate representation of color #654253: hue angle of 330.86º 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 #654253 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB1016683-
CMYK00.350.180.60
HSL330.86º20.96%32.75%-
HSV(B)330.86º34.65%39.61%-
XYZ8.887.299.12-
YUV78.4130.6144.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=40.4%
G=26.4%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101668300.350.180.60330.8620.9632.75
Hex654253023123C14b1521
Octal14510212304322745132541
Binary11001011000010101001101000111001011110010100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654253; }

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

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

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

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

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

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

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

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