Html Css Color HEX #61545A Finn

📋 copy color: '#61545A'

red 97 ◦ green 84 ◦ blue 90

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

Shades of Finn #61545A

Tints of Finn #61545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31%

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 35.79%
G = 31%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61545A (or 0x61545A) is known color: Finn. HEX triplet: 61, 54 and 5A. RGB value is (97,84,90). Sum of RGB (Red+Green+Blue) = 97+84+90=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #61545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61545A is #9EABA5. Grayscale: #585858. Windows color (decimal): -10398630 or 5919841. OLE color: 5919841.

HSL color Cylindrical-coordinate representation of color #61545A: hue angle of 332.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61545A is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 84 90 -
CMYK 0 0.13 0.07 0.62
HSL 332.31º 0.07% 0.35% -
HSV(B) 332.31º 0.13% 0.38% -
XYZ 9.95 9.62 11.01 -
YUV 88.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 97 84 90 0 0.13 0.07 0.62 332.31 0.07 0.35
Hex 61 54 5A 0 D 7 3E 14C 7 23
Octal 141 124 132 0 15 7 76 514 7 43
Binary 1100001 1010100 1011010 0 1101 111 111110 101001100 111 100011

Color Harmonies of #61545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61545A

Black with #61545A

Text Example


Text Example

White with #61545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61545A; }

 p { color: rgb(97,84,90); }

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

background-color css

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

 a { background-color: rgb(97,84,90); }

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

border-color css

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

 span { border-color: rgb(97,84,90); }

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