Html Css Color HEX #605E61 Fedora

📋 copy color: '#605E61'

red 96 ◦ green 94 ◦ blue 97

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

Shades of Fedora #605E61

Tints of Fedora #605E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 33.45%
G = 32.75%
B = 33.8%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605E61 (or 0x605E61) is known color: Fedora. HEX triplet: 60, 5E and 61. RGB value is (96,94,97). Sum of RGB (Red+Green+Blue) = 96+94+97=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 97 - color contains mainly: blue. Hex color #605E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E61 is #9FA19E. Grayscale: #5E5E5E. Windows color (decimal): -10461599 or 6381152. OLE color: 6381152.

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

Color convert

RGB 96 94 97 -
CMYK 0.01 0.03 0 0.62
HSL 280º 0.02% 0.37% -
HSV(B) 280º 0.03% 0.38% -
XYZ 10.98 11.36 12.92 -
YUV 94.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 96 94 97 0.01 0.03 0 0.62 280 0.02 0.37
Hex 60 5E 61 1 3 0 3E 118 2 25
Octal 140 136 141 1 3 0 76 430 2 45
Binary 1100000 1011110 1100001 1 11 0 111110 100011000 10 100101

Color Harmonies of #605E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E61

Black with #605E61

Text Example


Text Example

White with #605E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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