Html Css Color HEX #654A53 Finn

📋 copy color: '#654A53'

red 101 ◦ green 74 ◦ blue 83

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

Shades of Finn #654A53

Tints of Finn #654A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 39.15%
G = 28.68%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#654A53 (or 0x654A53) is known color: Finn. HEX triplet: 65, 4A and 53. RGB value is (101,74,83). Sum of RGB (Red+Green+Blue) = 101+74+83=258 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.15% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 101 - color contains mainly: red. Hex color #654A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654A53 is #9AB5AC. Grayscale: #535353. Windows color (decimal): -10139053 or 5458533. OLE color: 5458533.

HSL color Cylindrical-coordinate representation of color #654A53: hue angle of 340º 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 #654A53 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 74 83 -
CMYK 0 0.27 0.18 0.60
HSL 340º 0.15% 0.34% -
HSV(B) 340º 0.27% 0.4% -
XYZ 9.38 8.29 9.29 -
YUV 83.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 101 74 83 0 0.27 0.18 0.60 340 0.15 0.34
Hex 65 4A 53 0 1B 12 3C 154 F 22
Octal 145 112 123 0 33 22 74 524 17 42
Binary 1100101 1001010 1010011 0 11011 10010 111100 101010100 1111 100010

Color Harmonies of #654A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654A53

Black with #654A53

Text Example


Text Example

White with #654A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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