Html Css Color HEX #654F58 Finn

📋 copy color: '#654F58'

red 101 ◦ green 79 ◦ blue 88

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

Shades of Finn #654F58

Tints of Finn #654F58

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

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

R = 37.69%
G = 29.48%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#654F58 (or 0x654F58) is known color: Finn. HEX triplet: 65, 4F and 58. RGB value is (101,79,88). Sum of RGB (Red+Green+Blue) = 101+79+88=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #654F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #654F58 is #9AB0A7. Grayscale: #565656. Windows color (decimal): -10137768 or 5787493. OLE color: 5787493.

HSL color Cylindrical-coordinate representation of color #654F58: hue angle of 335.45º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #654F58 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 79 88 -
CMYK 0 0.22 0.13 0.60
HSL 335.45º 0.12% 0.35% -
HSV(B) 335.45º 0.22% 0.4% -
XYZ 9.92 9.06 10.46 -
YUV 86.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 101 79 88 0 0.22 0.13 0.60 335.45 0.12 0.35
Hex 65 4F 58 0 16 D 3C 14F C 23
Octal 145 117 130 0 26 15 74 517 14 43
Binary 1100101 1001111 1011000 0 10110 1101 111100 101001111 1100 100011

Color Harmonies of #654F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654F58

Black with #654F58

Text Example


Text Example

White with #654F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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