#653F4F

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

Shades of Finn #653F4F

Tints of Finn #653F4F

Color information

#653F4F (or 0x653F4F) is unknown color: approx Finn. HEX triplet: 65, 3F and 4F. RGB value is (101,63,79). Sum of RGB (Red+Green+Blue) = 101+63+79=243 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.56% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 101 - color contains mainly: red. Hex color #653F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F4F is #9AC0B0. Grayscale: #4C4C4C. Windows color (decimal): -10141873 or 5193573. OLE color: 5193573.

HSL color Cylindrical-coordinate representation of color #653F4F: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #653F4F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1016379-
CMYK00.380.220.60
HSL334.74º23.17%32.16%-
HSV(B)334.74º37.62%39.61%-
XYZ8.566.898.28-
YUV76.19129.59145.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.56%
GREEN value IS 63 (25% from 255) = 25.93%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=41.56%
G=25.93%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101637900.380.220.60334.7423.1732.16
Hex653F4F026163C14f1720
Octal1457711704626745172740
Binary1100101111111100111101001101011011110010100111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F4F; }

 p { color: rgb(101,63,79); }

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

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

 a { background-color: rgb(101,63,79); }

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

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

 span { border-color: rgb(101,63,79); }

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