Html Css Color HEX #614952 Finn

📋 copy color: '#614952'

red 97 ◦ green 73 ◦ blue 82

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

Shades of Finn #614952

Tints of Finn #614952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.97%

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

R = 38.49%
G = 28.97%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#614952 (or 0x614952) is known color: Finn. HEX triplet: 61, 49 and 52. RGB value is (97,73,82). Sum of RGB (Red+Green+Blue) = 97+73+82=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614952 is #9EB6AD. Grayscale: #515151. Windows color (decimal): -10401454 or 5392737. OLE color: 5392737.

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

Color convert

RGB 97 73 82 -
CMYK 0 0.25 0.15 0.62
HSL 337.5º 0.14% 0.33% -
HSV(B) 337.5º 0.25% 0.38% -
XYZ 8.84 7.92 9.04 -
YUV 81.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 97 73 82 0 0.25 0.15 0.62 337.5 0.14 0.33
Hex 61 49 52 0 19 F 3E 152 E 21
Octal 141 111 122 0 31 17 76 522 16 41
Binary 1100001 1001001 1010010 0 11001 1111 111110 101010010 1110 100001

Color Harmonies of #614952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614952

Black with #614952

Text Example


Text Example

White with #614952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614952; }

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

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

background-color css

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

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

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

border-color css

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

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

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