Html Css Color HEX #654A58 Finn

📋 copy color: '#654A58'

red 101 ◦ green 74 ◦ blue 88

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

Shades of Finn #654A58

Tints of Finn #654A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

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

R = 38.4%
G = 28.14%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#654A58 (or 0x654A58) is known color: Finn. HEX triplet: 65, 4A and 58. RGB value is (101,74,88). Sum of RGB (Red+Green+Blue) = 101+74+88=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #654A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A58 is #9AB5A7. Grayscale: #535353. Windows color (decimal): -10139048 or 5786213. OLE color: 5786213.

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

Color convert

RGB 101 74 88 -
CMYK 0 0.27 0.13 0.60
HSL 328.89º 0.15% 0.34% -
HSV(B) 328.89º 0.27% 0.4% -
XYZ 9.58 8.37 10.34 -
YUV 83.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 101 74 88 0 0.27 0.13 0.60 328.89 0.15 0.34
Hex 65 4A 58 0 1B D 3C 149 F 22
Octal 145 112 130 0 33 15 74 511 17 42
Binary 1100101 1001010 1011000 0 11011 1101 111100 101001001 1111 100010

Color Harmonies of #654A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A58

Black with #654A58

Text Example


Text Example

White with #654A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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