Html Css Color HEX #61424F Finn

📋 copy color: '#61424F'

red 97 ◦ green 66 ◦ blue 79

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

Shades of Finn #61424F

Tints of Finn #61424F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 40.08%
G = 27.27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61424F (or 0x61424F) is known color: Finn. HEX triplet: 61, 42 and 4F. RGB value is (97,66,79). Sum of RGB (Red+Green+Blue) = 97+66+79=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61424F is #9EBDB0. Grayscale: #4C4C4C. Windows color (decimal): -10403249 or 5194337. OLE color: 5194337.

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

Color convert

RGB 97 66 79 -
CMYK 0 0.32 0.19 0.62
HSL 334.84º 0.19% 0.32% -
HSV(B) 334.84º 0.32% 0.38% -
XYZ 8.29 7 8.31 -
YUV 76.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 97 66 79 0 0.32 0.19 0.62 334.84 0.19 0.32
Hex 61 42 4F 0 20 13 3E 14F 13 20
Octal 141 102 117 0 40 23 76 517 23 40
Binary 1100001 1000010 1001111 0 100000 10011 111110 101001111 10011 100000

Color Harmonies of #61424F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61424F

Black with #61424F

Text Example


Text Example

White with #61424F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61424F; }

 p { color: rgb(97,66,79); }

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

background-color css

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

 a { background-color: rgb(97,66,79); }

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

border-color css

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

 span { border-color: rgb(97,66,79); }

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