Html Css Color HEX #654253 Finn

📋 copy color: '#654253'

red 101 ◦ green 66 ◦ blue 83

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

Shades of Finn #654253

Tints of Finn #654253

RGB

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

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

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

R = 40.4%
G = 26.4%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#654253 (or 0x654253) is known color: Finn. HEX triplet: 65, 42 and 53. RGB value is (101,66,83). Sum of RGB (Red+Green+Blue) = 101+66+83=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #654253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654253 is #9ABDAC. Grayscale: #4E4E4E. Windows color (decimal): -10141101 or 5456485. OLE color: 5456485.

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

Color convert

RGB 101 66 83 -
CMYK 0 0.35 0.18 0.60
HSL 330.86º 0.21% 0.33% -
HSV(B) 330.86º 0.35% 0.4% -
XYZ 8.88 7.29 9.12 -
YUV 78.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 101 66 83 0 0.35 0.18 0.60 330.86 0.21 0.33
Hex 65 42 53 0 23 12 3C 14B 15 21
Octal 145 102 123 0 43 22 74 513 25 41
Binary 1100101 1000010 1010011 0 100011 10010 111100 101001011 10101 100001

Color Harmonies of #654253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654253

Black with #654253

Text Example


Text Example

White with #654253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654253; }

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

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

background-color css

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

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

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

border-color css

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

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

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