Html Css Color HEX #613F4E Finn

📋 copy color: '#613F4E'

red 97 ◦ green 63 ◦ blue 78

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

Shades of Finn #613F4E

Tints of Finn #613F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

 BLUE value IS 78 (30.86% from 255) = 32.77%

R = 40.76%
G = 26.47%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#613F4E (or 0x613F4E) is known color: Finn. HEX triplet: 61, 3F and 4E. RGB value is (97,63,78). Sum of RGB (Red+Green+Blue) = 97+63+78=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F4E is #9EC0B1. Grayscale: #4A4A4A. Windows color (decimal): -10404018 or 5128033. OLE color: 5128033.

HSL color Cylindrical-coordinate representation of color #613F4E: hue angle of 333.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F4E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 63 78 -
CMYK 0 0.35 0.20 0.62
HSL 333.53º 0.21% 0.31% -
HSV(B) 333.53º 0.35% 0.38% -
XYZ 8.08 6.65 8.06 -
YUV 74.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 97 63 78 0 0.35 0.20 0.62 333.53 0.21 0.31
Hex 61 3F 4E 0 23 14 3E 14E 15 1F
Octal 141 77 116 0 43 24 76 516 25 37
Binary 1100001 111111 1001110 0 100011 10100 111110 101001110 10101 11111

Color Harmonies of #613F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F4E

Black with #613F4E

Text Example


Text Example

White with #613F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613F4E; }

 p { color: rgb(97,63,78); }

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

background-color css

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

 a { background-color: rgb(97,63,78); }

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

border-color css

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

 span { border-color: rgb(97,63,78); }

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