Html Css Color HEX #653750 Finn

📋 copy color: '#653750'

red 101 ◦ green 55 ◦ blue 80

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

Shades of Finn #653750

Tints of Finn #653750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 42.8%
G = 23.31%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#653750 (or 0x653750) is known color: Finn. HEX triplet: 65, 37 and 50. RGB value is (101,55,80). Sum of RGB (Red+Green+Blue) = 101+55+80=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #653750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653750 is #9AC8AF. Grayscale: #474747. Windows color (decimal): -10143920 or 5257061. OLE color: 5257061.

HSL color Cylindrical-coordinate representation of color #653750: hue angle of 327.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653750 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 80 -
CMYK 0 0.46 0.21 0.60
HSL 327.39º 0.29% 0.31% -
HSV(B) 327.39º 0.46% 0.4% -
XYZ 8.18 6.08 8.33 -
YUV 71.6 132.74 148.97 -
System Red Green Blue C M Y K H S L
Decimal 101 55 80 0 0.46 0.21 0.60 327.39 0.29 0.31
Hex 65 37 50 0 2E 15 3C 147 1D 1F
Octal 145 67 120 0 56 25 74 507 35 37
Binary 1100101 110111 1010000 0 101110 10101 111100 101000111 11101 11111

Color Harmonies of #653750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653750

Black with #653750

Text Example


Text Example

White with #653750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653750; }

 p { color: rgb(101,55,80); }

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

background-color css

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

 a { background-color: rgb(101,55,80); }

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

border-color css

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

 span { border-color: rgb(101,55,80); }

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