Html Css Color HEX #605962 Fedora

📋 copy color: '#605962'

red 96 ◦ green 89 ◦ blue 98

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

Shades of Fedora #605962

Tints of Fedora #605962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 33.92%
G = 31.45%
B = 34.63%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605962 (or 0x605962) is known color: Fedora. HEX triplet: 60, 59 and 62. RGB value is (96,89,98). Sum of RGB (Red+Green+Blue) = 96+89+98=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 98 - color contains mainly: blue. Hex color #605962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605962 is #9FA69D. Grayscale: #5C5C5C. Windows color (decimal): -10462878 or 6445408. OLE color: 6445408.

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

Color convert

RGB 96 89 98 -
CMYK 0.02 0.09 0 0.62
HSL 286.67º 0.05% 0.37% -
HSV(B) 286.67º 0.09% 0.38% -
XYZ 10.6 10.51 13.03 -
YUV 92.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 96 89 98 0.02 0.09 0 0.62 286.67 0.05 0.37
Hex 60 59 62 2 9 0 3E 11F 5 25
Octal 140 131 142 2 11 0 76 437 5 45
Binary 1100000 1011001 1100010 10 1001 0 111110 100011111 101 100101

Color Harmonies of #605962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605962

Black with #605962

Text Example


Text Example

White with #605962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605962; }

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

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

background-color css

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

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

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

border-color css

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

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

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