Html Css Color HEX #654258 Finn

📋 copy color: '#654258'

red 101 ◦ green 66 ◦ blue 88

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

Shades of Finn #654258

Tints of Finn #654258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 39.61%
G = 25.88%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#654258 (or 0x654258) is known color: Finn. HEX triplet: 65, 42 and 58. RGB value is (101,66,88). Sum of RGB (Red+Green+Blue) = 101+66+88=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #654258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654258 is #9ABDA7. Grayscale: #4E4E4E. Windows color (decimal): -10141096 or 5784165. OLE color: 5784165.

HSL color Cylindrical-coordinate representation of color #654258: hue angle of 322.29º 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 #654258 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 66 88 -
CMYK 0 0.35 0.13 0.60
HSL 322.29º 0.21% 0.33% -
HSV(B) 322.29º 0.35% 0.4% -
XYZ 9.08 7.37 10.18 -
YUV 78.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 101 66 88 0 0.35 0.13 0.60 322.29 0.21 0.33
Hex 65 42 58 0 23 D 3C 142 15 21
Octal 145 102 130 0 43 15 74 502 25 41
Binary 1100101 1000010 1011000 0 100011 1101 111100 101000010 10101 100001

Color Harmonies of #654258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654258

Black with #654258

Text Example


Text Example

White with #654258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654258; }

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

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

background-color css

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

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

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

border-color css

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

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

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