#615162

Color #615162 Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #615162

Tints of Fedora #615162

Color information

#615162 (or 0x615162) is unknown color: approx Fedora. HEX triplet: 61, 51 and 62. RGB value is (97,81,98). Sum of RGB (Red+Green+Blue) = 97+81+98=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #615162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615162 is #9EAE9D. Grayscale: #575757. Windows color (decimal): -10399390 or 6443361. OLE color: 6443361.

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

Color convert

RGB978198-
CMYK0.010.1700.62
HSL296.47º9.5%35.1%-
HSV(B)296.47º17.35%38.43%-
XYZ10.089.3112.82-
YUV87.72133.8134.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=35.14%
G=29.35%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9781980.010.1700.62296.479.535.1
Hex61516211103E128923
Octal1411211421210764501143
Binary11000011010001110001011000101111101001010001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615162; }

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

 H1.HeaderClassName
 {
   color: #615162;
 }
 .AnyTagClassName
 {
   color: #615162;
 }
</style>
background-color css

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

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

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

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

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

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