Html Css Color HEX #605C61 Fedora

📋 copy color: '#605C61'

red 96 ◦ green 92 ◦ blue 97

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

Shades of Fedora #605C61

Tints of Fedora #605C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 33.68%
G = 32.28%
B = 34.04%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605C61 (or 0x605C61) is known color: Fedora. HEX triplet: 60, 5C and 61. RGB value is (96,92,97). Sum of RGB (Red+Green+Blue) = 96+92+97=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 97 - color contains mainly: blue. Hex color #605C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605C61 is #9FA39E. Grayscale: #5D5D5D. Windows color (decimal): -10462111 or 6380640. OLE color: 6380640.

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

Color convert

RGB 96 92 97 -
CMYK 0.01 0.05 0 0.62
HSL 288º 0.03% 0.37% -
HSV(B) 288º 0.05% 0.38% -
XYZ 10.81 11 12.86 -
YUV 93.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 96 92 97 0.01 0.05 0 0.62 288 0.03 0.37
Hex 60 5C 61 1 5 0 3E 120 3 25
Octal 140 134 141 1 5 0 76 440 3 45
Binary 1100000 1011100 1100001 1 101 0 111110 100100000 11 100101

Color Harmonies of #605C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605C61

Black with #605C61

Text Example


Text Example

White with #605C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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