Html Css Color HEX #614353 Finn

📋 copy color: '#614353'

red 97 ◦ green 67 ◦ blue 83

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

Shades of Finn #614353

Tints of Finn #614353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 39.27%
G = 27.13%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#614353 (or 0x614353) is known color: Finn. HEX triplet: 61, 43 and 53. RGB value is (97,67,83). Sum of RGB (Red+Green+Blue) = 97+67+83=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614353 is #9EBCAC. Grayscale: #4D4D4D. Windows color (decimal): -10402989 or 5456737. OLE color: 5456737.

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

Color convert

RGB 97 67 83 -
CMYK 0 0.31 0.14 0.62
HSL 328º 0.18% 0.32% -
HSV(B) 328º 0.31% 0.38% -
XYZ 8.5 7.18 9.12 -
YUV 77.79 130.94 141.7 -
System Red Green Blue C M Y K H S L
Decimal 97 67 83 0 0.31 0.14 0.62 328 0.18 0.32
Hex 61 43 53 0 1F E 3E 148 12 20
Octal 141 103 123 0 37 16 76 510 22 40
Binary 1100001 1000011 1010011 0 11111 1110 111110 101001000 10010 100000

Color Harmonies of #614353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614353

Black with #614353

Text Example


Text Example

White with #614353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614353; }

 p { color: rgb(97,67,83); }

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

background-color css

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

 a { background-color: rgb(97,67,83); }

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

border-color css

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

 span { border-color: rgb(97,67,83); }

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