Html Css Color HEX #654255 Finn

📋 copy color: '#654255'

red 101 ◦ green 66 ◦ blue 85

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

Shades of Finn #654255

Tints of Finn #654255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 40.08%
G = 26.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#654255 (or 0x654255) is known color: Finn. HEX triplet: 65, 42 and 55. RGB value is (101,66,85). Sum of RGB (Red+Green+Blue) = 101+66+85=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #654255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654255 is #9ABDAA. Grayscale: #4E4E4E. Windows color (decimal): -10141099 or 5587557. OLE color: 5587557.

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

Color convert

RGB 101 66 85 -
CMYK 0 0.35 0.16 0.60
HSL 327.43º 0.21% 0.33% -
HSV(B) 327.43º 0.35% 0.4% -
XYZ 8.95 7.32 9.54 -
YUV 78.63 131.6 143.96 -
System Red Green Blue C M Y K H S L
Decimal 101 66 85 0 0.35 0.16 0.60 327.43 0.21 0.33
Hex 65 42 55 0 23 10 3C 147 15 21
Octal 145 102 125 0 43 20 74 507 25 41
Binary 1100101 1000010 1010101 0 100011 10000 111100 101000111 10101 100001

Color Harmonies of #654255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654255

Black with #654255

Text Example


Text Example

White with #654255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654255; }

 p { color: rgb(101,66,85); }

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

background-color css

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

 a { background-color: rgb(101,66,85); }

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

border-color css

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

 span { border-color: rgb(101,66,85); }

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