Html Css Color HEX #614752 Finn

📋 copy color: '#614752'

red 97 ◦ green 71 ◦ blue 82

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

Shades of Finn #614752

Tints of Finn #614752

RGB

 RED value IS 97 (38.28% from 255) = 38.8%

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 38.8%
G = 28.4%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#614752 (or 0x614752) is known color: Finn. HEX triplet: 61, 47 and 52. RGB value is (97,71,82). Sum of RGB (Red+Green+Blue) = 97+71+82=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614752 is #9EB8AD. Grayscale: #505050. Windows color (decimal): -10401966 or 5392225. OLE color: 5392225.

HSL color Cylindrical-coordinate representation of color #614752: hue angle of 334.62º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614752 is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 71 82 -
CMYK 0 0.27 0.15 0.62
HSL 334.62º 0.15% 0.33% -
HSV(B) 334.62º 0.27% 0.38% -
XYZ 8.71 7.66 9 -
YUV 80.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 97 71 82 0 0.27 0.15 0.62 334.62 0.15 0.33
Hex 61 47 52 0 1B F 3E 14F F 21
Octal 141 107 122 0 33 17 76 517 17 41
Binary 1100001 1000111 1010010 0 11011 1111 111110 101001111 1111 100001

Color Harmonies of #614752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614752

Black with #614752

Text Example


Text Example

White with #614752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614752; }

 p { color: rgb(97,71,82); }

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

background-color css

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

 a { background-color: rgb(97,71,82); }

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

border-color css

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

 span { border-color: rgb(97,71,82); }

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