#654353

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

Shades of Finn #654353

Tints of Finn #654353

Color information

#654353 (or 0x654353) is unknown color: approx Finn. HEX triplet: 65, 43 and 53. RGB value is (101,67,83). Sum of RGB (Red+Green+Blue) = 101+67+83=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #654353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654353 is #9ABCAC. Grayscale: #4E4E4E. Windows color (decimal): -10140845 or 5456741. OLE color: 5456741.

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

Color convert

RGB1016783-
CMYK00.340.180.60
HSL331.76º20.24%32.94%-
HSV(B)331.76º33.66%39.61%-
XYZ8.947.419.14-
YUV78.99130.26143.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=40.24%
G=26.69%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101678300.340.180.60331.7620.2432.94
Hex654353022123C14c1421
Octal14510312304222745142441
Binary11001011000011101001101000101001011110010100110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654353; }

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

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

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

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

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

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

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

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