Html Css Color HEX #61595A Falcon

📋 copy color: '#61595A'

red 97 ◦ green 89 ◦ blue 90

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

Shades of Falcon #61595A

Tints of Falcon #61595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

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

R = 35.14%
G = 32.25%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#61595A (or 0x61595A) is known color: Falcon. HEX triplet: 61, 59 and 5A. RGB value is (97,89,90). Sum of RGB (Red+Green+Blue) = 97+89+90=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595A is #9EA6A5. Grayscale: #5B5B5B. Windows color (decimal): -10397350 or 5921121. OLE color: 5921121.

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

Color convert

RGB 97 89 90 -
CMYK 0 0.08 0.07 0.62
HSL 352.5º 0.04% 0.36% -
HSV(B) 352.5º 0.08% 0.38% -
XYZ 10.35 10.42 11.14 -
YUV 91.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 97 89 90 0 0.08 0.07 0.62 352.5 0.04 0.36
Hex 61 59 5A 0 8 7 3E 160 4 24
Octal 141 131 132 0 10 7 76 540 4 44
Binary 1100001 1011001 1011010 0 1000 111 111110 101100000 100 100100

Color Harmonies of #61595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61595A

Black with #61595A

Text Example


Text Example

White with #61595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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