Html Css Color HEX #605761 Fedora

📋 copy color: '#605761'

red 96 ◦ green 87 ◦ blue 97

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

Shades of Fedora #605761

Tints of Fedora #605761

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

 GREEN value IS 87 (34.38% from 255) = 31.07%

 BLUE value IS 97 (38.28% from 255) = 34.64%

R = 34.29%
G = 31.07%
B = 34.64%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605761 (or 0x605761) is known color: Fedora. HEX triplet: 60, 57 and 61. RGB value is (96,87,97). Sum of RGB (Red+Green+Blue) = 96+87+97=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 97 - color contains mainly: blue. Hex color #605761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605761 is #9FA89E. Grayscale: #5A5A5A. Windows color (decimal): -10463391 or 6379360. OLE color: 6379360.

HSL color Cylindrical-coordinate representation of color #605761: hue angle of 294º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605761 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 87 97 -
CMYK 0.01 0.10 0 0.62
HSL 294º 0.05% 0.36% -
HSV(B) 294º 0.1% 0.38% -
XYZ 10.39 10.17 12.72 -
YUV 90.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 96 87 97 0.01 0.10 0 0.62 294 0.05 0.36
Hex 60 57 61 1 A 0 3E 126 5 24
Octal 140 127 141 1 12 0 76 446 5 44
Binary 1100000 1010111 1100001 1 1010 0 111110 100100110 101 100100

Color Harmonies of #605761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605761

Black with #605761

Text Example


Text Example

White with #605761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605761; }

 p { color: rgb(96,87,97); }

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

background-color css

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

 a { background-color: rgb(96,87,97); }

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

border-color css

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

 span { border-color: rgb(96,87,97); }

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