Html Css Color HEX #615962 Fedora

📋 copy color: '#615962'

red 97 ◦ green 89 ◦ blue 98

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

Shades of Fedora #615962

Tints of Fedora #615962

RGB

 RED value IS 97 (38.28% from 255) = 34.15%

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

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

R = 34.15%
G = 31.34%
B = 34.51%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615962 (or 0x615962) is known color: Fedora. HEX triplet: 61, 59 and 62. RGB value is (97,89,98). Sum of RGB (Red+Green+Blue) = 97+89+98=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 98 - color contains mainly: blue. Hex color #615962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615962 is #9EA69D. Grayscale: #5C5C5C. Windows color (decimal): -10397342 or 6445409. OLE color: 6445409.

HSL color Cylindrical-coordinate representation of color #615962: hue angle of 293.33º 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 #615962 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 89 98 -
CMYK 0.01 0.09 0 0.62
HSL 293.33º 0.05% 0.37% -
HSV(B) 293.33º 0.09% 0.38% -
XYZ 10.71 10.57 13.03 -
YUV 92.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 97 89 98 0.01 0.09 0 0.62 293.33 0.05 0.37
Hex 61 59 62 1 9 0 3E 125 5 25
Octal 141 131 142 1 11 0 76 445 5 45
Binary 1100001 1011001 1100010 1 1001 0 111110 100100101 101 100101

Color Harmonies of #615962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615962

Black with #615962

Text Example


Text Example

White with #615962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615962; }

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

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

background-color css

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

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

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

border-color css

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

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

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