#653B4F

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

Shades of Finn #653B4F

Tints of Finn #653B4F

Color information

#653B4F (or 0x653B4F) is unknown color: approx Finn. HEX triplet: 65, 3B and 4F. RGB value is (101,59,79). Sum of RGB (Red+Green+Blue) = 101+59+79=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B4F is #9AC4B0. Grayscale: #494949. Windows color (decimal): -10142897 or 5192549. OLE color: 5192549.

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

Color convert

RGB1015979-
CMYK00.420.220.60
HSL331.43º26.25%31.37%-
HSV(B)331.43º41.58%39.61%-
XYZ8.346.468.2-
YUV73.84130.91147.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.26%
GREEN value IS 59 (23.44% from 255) = 24.69%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=42.26%
G=24.69%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101597900.420.220.60331.4326.2531.37
Hex653B4F02A163C14b1a1f
Octal1457311705226745133237
Binary110010111101110011110101010101101111001010010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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