Html Css Color HEX #654250 Finn

📋 copy color: '#654250'

red 101 ◦ green 66 ◦ blue 80

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

Shades of Finn #654250

Tints of Finn #654250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 40.89%
G = 26.72%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#654250 (or 0x654250) is known color: Finn. HEX triplet: 65, 42 and 50. RGB value is (101,66,80). Sum of RGB (Red+Green+Blue) = 101+66+80=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #654250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654250 is #9ABDAF. Grayscale: #4E4E4E. Windows color (decimal): -10141104 or 5259877. OLE color: 5259877.

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

Color convert

RGB 101 66 80 -
CMYK 0 0.35 0.21 0.60
HSL 336º 0.21% 0.33% -
HSV(B) 336º 0.35% 0.4% -
XYZ 8.76 7.24 8.53 -
YUV 78.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 101 66 80 0 0.35 0.21 0.60 336 0.21 0.33
Hex 65 42 50 0 23 15 3C 150 15 21
Octal 145 102 120 0 43 25 74 520 25 41
Binary 1100101 1000010 1010000 0 100011 10101 111100 101010000 10101 100001

Color Harmonies of #654250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654250

Black with #654250

Text Example


Text Example

White with #654250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654250; }

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

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

background-color css

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

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

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

border-color css

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

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

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