Html Css Color HEX #653F4F Finn

📋 copy color: '#653F4F'

red 101 ◦ green 63 ◦ blue 79

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

Shades of Finn #653F4F

Tints of Finn #653F4F

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 value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#653F4F (or 0x653F4F) is known color: 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

RGB 101 63 79 -
CMYK 0 0.38 0.22 0.60
HSL 334.74º 0.23% 0.32% -
HSV(B) 334.74º 0.38% 0.4% -
XYZ 8.56 6.89 8.28 -
YUV 76.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 101 63 79 0 0.38 0.22 0.60 334.74 0.23 0.32
Hex 65 3F 4F 0 26 16 3C 14F 17 20
Octal 145 77 117 0 46 26 74 517 27 40
Binary 1100101 111111 1001111 0 100110 10110 111100 101001111 10111 100000

Color Harmonies of #653F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653F4F

Black with #653F4F

Text Example


Text Example

White with #653F4F

Text Example


Text Example

HTML Codes & Css Web 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>