Html Css Color HEX #605963 Fedora

📋 copy color: '#605963'

red 96 ◦ green 89 ◦ blue 99

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

Shades of Fedora #605963

Tints of Fedora #605963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 33.8%
G = 31.34%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#605963 (or 0x605963) is known color: Fedora. HEX triplet: 60, 59 and 63. RGB value is (96,89,99). Sum of RGB (Red+Green+Blue) = 96+89+99=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 99 - color contains mainly: blue. Hex color #605963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605963 is #9FA69C. Grayscale: #5C5C5C. Windows color (decimal): -10462877 or 6510944. OLE color: 6510944.

HSL color Cylindrical-coordinate representation of color #605963: hue angle of 282º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605963 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 89 99 -
CMYK 0.03 0.10 0 0.61
HSL 282º 0.05% 0.37% -
HSV(B) 282º 0.1% 0.39% -
XYZ 10.65 10.53 13.28 -
YUV 92.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 96 89 99 0.03 0.10 0 0.61 282 0.05 0.37
Hex 60 59 63 3 A 0 3D 11A 5 25
Octal 140 131 143 3 12 0 75 432 5 45
Binary 1100000 1011001 1100011 11 1010 0 111101 100011010 101 100101

Color Harmonies of #605963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605963

Black with #605963

Text Example


Text Example

White with #605963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605963; }

 p { color: rgb(96,89,99); }

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

background-color css

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

 a { background-color: rgb(96,89,99); }

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

border-color css

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

 span { border-color: rgb(96,89,99); }

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