Html Css Color HEX #653D59 Finn

📋 copy color: '#653D59'

red 101 ◦ green 61 ◦ blue 89

#653D59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #653D59

Tints of Finn #653D59

RGB

 RED value IS 101 (39.84% from 255) = 40.24%

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 89 (35.16% from 255) = 35.46%

R = 40.24%
G = 24.3%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#653D59 (or 0x653D59) is known color: Finn. HEX triplet: 65, 3D and 59. RGB value is (101,61,89). Sum of RGB (Red+Green+Blue) = 101+61+89=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #653D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D59 is #9AC2A6. Grayscale: #4C4C4C. Windows color (decimal): -10142375 or 5848421. OLE color: 5848421.

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

Color convert

RGB 101 61 89 -
CMYK 0 0.40 0.12 0.60
HSL 318º 0.25% 0.32% -
HSV(B) 318º 0.4% 0.4% -
XYZ 8.84 6.83 10.3 -
YUV 76.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 101 61 89 0 0.40 0.12 0.60 318 0.25 0.32
Hex 65 3D 59 0 28 C 3C 13E 19 20
Octal 145 75 131 0 50 14 74 476 31 40
Binary 1100101 111101 1011001 0 101000 1100 111100 100111110 11001 100000

Color Harmonies of #653D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D59

Black with #653D59

Text Example


Text Example

White with #653D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,61,89); }

 H1.HeaderClassName
 {
   color: #653D59;
 }
 .AnyTagClassName
 {
   color: #653D59;
 }
</style>

background-color css

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

 a { background-color: rgb(101,61,89); }

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

border-color css

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

 span { border-color: rgb(101,61,89); }

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