Html Css Color HEX #61434F Finn

📋 copy color: '#61434F'

red 97 ◦ green 67 ◦ blue 79

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

Shades of Finn #61434F

Tints of Finn #61434F

RGB

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

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

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

R = 39.92%
G = 27.57%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#61434F (or 0x61434F) is known color: Finn. HEX triplet: 61, 43 and 4F. RGB value is (97,67,79). Sum of RGB (Red+Green+Blue) = 97+67+79=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 97 - color contains mainly: red. Hex color #61434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61434F is #9EBCB0. Grayscale: #4D4D4D. Windows color (decimal): -10402993 or 5194593. OLE color: 5194593.

HSL color Cylindrical-coordinate representation of color #61434F: hue angle of 336º 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 #61434F is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 67 79 -
CMYK 0 0.31 0.19 0.62
HSL 336º 0.18% 0.32% -
HSV(B) 336º 0.31% 0.38% -
XYZ 8.35 7.12 8.33 -
YUV 77.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 97 67 79 0 0.31 0.19 0.62 336 0.18 0.32
Hex 61 43 4F 0 1F 13 3E 150 12 20
Octal 141 103 117 0 37 23 76 520 22 40
Binary 1100001 1000011 1001111 0 11111 10011 111110 101010000 10010 100000

Color Harmonies of #61434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61434F

Black with #61434F

Text Example


Text Example

White with #61434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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