Html Css Color HEX #61434E Finn

📋 copy color: '#61434E'

red 97 ◦ green 67 ◦ blue 78

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

Shades of Finn #61434E

Tints of Finn #61434E

RGB

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

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

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

R = 40.08%
G = 27.69%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61434E (or 0x61434E) is known color: Finn. HEX triplet: 61, 43 and 4E. RGB value is (97,67,78). Sum of RGB (Red+Green+Blue) = 97+67+78=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #61434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61434E is #9EBCB1. Grayscale: #4D4D4D. Windows color (decimal): -10402994 or 5129057. OLE color: 5129057.

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

Color convert

RGB 97 67 78 -
CMYK 0 0.31 0.20 0.62
HSL 338º 0.18% 0.32% -
HSV(B) 338º 0.31% 0.38% -
XYZ 8.31 7.11 8.14 -
YUV 77.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 97 67 78 0 0.31 0.20 0.62 338 0.18 0.32
Hex 61 43 4E 0 1F 14 3E 152 12 20
Octal 141 103 116 0 37 24 76 522 22 40
Binary 1100001 1000011 1001110 0 11111 10100 111110 101010010 10010 100000

Color Harmonies of #61434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61434E

Black with #61434E

Text Example


Text Example

White with #61434E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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