Html Css Color HEX #61555B Finn

📋 copy color: '#61555B'

red 97 ◦ green 85 ◦ blue 91

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

Shades of Finn #61555B

Tints of Finn #61555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.14%

 BLUE value IS 91 (35.94% from 255) = 33.33%

R = 35.53%
G = 31.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#61555B (or 0x61555B) is known color: Finn. HEX triplet: 61, 55 and 5B. RGB value is (97,85,91). Sum of RGB (Red+Green+Blue) = 97+85+91=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61555B is #9EAAA4. Grayscale: #595959. Windows color (decimal): -10398373 or 5985633. OLE color: 5985633.

HSL color Cylindrical-coordinate representation of color #61555B: hue angle of 330º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61555B is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 85 91 -
CMYK 0 0.12 0.06 0.62
HSL 330º 0.07% 0.36% -
HSV(B) 330º 0.12% 0.38% -
XYZ 10.07 9.79 11.26 -
YUV 89.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 97 85 91 0 0.12 0.06 0.62 330 0.07 0.36
Hex 61 55 5B 0 C 6 3E 14A 7 24
Octal 141 125 133 0 14 6 76 512 7 44
Binary 1100001 1010101 1011011 0 1100 110 111110 101001010 111 100100

Color Harmonies of #61555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61555B

Black with #61555B

Text Example


Text Example

White with #61555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61555B; }

 p { color: rgb(97,85,91); }

 H1.HeaderClassName
 {
   color: #61555B;
 }
 .AnyTagClassName
 {
   color: #61555B;
 }
</style>

background-color css

<style>
 a { background-color: #61555B; }

 a { background-color: rgb(97,85,91); }

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

border-color css

<style>
 span { border-color: #61555B; }

 span { border-color: rgb(97,85,91); }

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