Html Css Color HEX #655159 Finn

📋 copy color: '#655159'

red 101 ◦ green 81 ◦ blue 89

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

Shades of Finn #655159

Tints of Finn #655159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 37.27%
G = 29.89%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#655159 (or 0x655159) is known color: Finn. HEX triplet: 65, 51 and 59. RGB value is (101,81,89). Sum of RGB (Red+Green+Blue) = 101+81+89=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655159 is #9AAEA6. Grayscale: #575757. Windows color (decimal): -10137255 or 5853541. OLE color: 5853541.

HSL color Cylindrical-coordinate representation of color #655159: hue angle of 336º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655159 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 89 -
CMYK 0 0.20 0.12 0.60
HSL 336º 0.11% 0.36% -
HSV(B) 336º 0.2% 0.4% -
XYZ 10.11 9.37 10.73 -
YUV 87.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 101 81 89 0 0.20 0.12 0.60 336 0.11 0.36
Hex 65 51 59 0 14 C 3C 150 B 24
Octal 145 121 131 0 24 14 74 520 13 44
Binary 1100101 1010001 1011001 0 10100 1100 111100 101010000 1011 100100

Color Harmonies of #655159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655159

Black with #655159

Text Example


Text Example

White with #655159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655159; }

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

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

background-color css

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

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

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

border-color css

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

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

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