Html Css Color HEX #655259 Finn

📋 copy color: '#655259'

red 101 ◦ green 82 ◦ blue 89

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

Shades of Finn #655259

Tints of Finn #655259

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.15%

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

R = 37.13%
G = 30.15%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#655259 (or 0x655259) is known color: Finn. HEX triplet: 65, 52 and 59. RGB value is (101,82,89). Sum of RGB (Red+Green+Blue) = 101+82+89=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655259 is #9AADA6. Grayscale: #585858. Windows color (decimal): -10136999 or 5853797. OLE color: 5853797.

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

Color convert

RGB 101 82 89 -
CMYK 0 0.19 0.12 0.60
HSL 337.89º 0.1% 0.36% -
HSV(B) 337.89º 0.19% 0.4% -
XYZ 10.19 9.52 10.75 -
YUV 88.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 101 82 89 0 0.19 0.12 0.60 337.89 0.1 0.36
Hex 65 52 59 0 13 C 3C 152 A 24
Octal 145 122 131 0 23 14 74 522 12 44
Binary 1100101 1010010 1011001 0 10011 1100 111100 101010010 1010 100100

Color Harmonies of #655259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655259

Black with #655259

Text Example


Text Example

White with #655259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655259; }

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

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

background-color css

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

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

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

border-color css

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

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

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