#625362

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

Shades of Fedora #625362

Tints of Fedora #625362

Color information

#625362 (or 0x625362) is unknown color: approx Fedora. HEX triplet: 62, 53 and 62. RGB value is (98,83,98). Sum of RGB (Red+Green+Blue) = 98+83+98=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625362 is #9DAC9D. Grayscale: #595959. Windows color (decimal): -10333342 or 6443874. OLE color: 6443874.

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

Color convert

RGB988398-
CMYK00.1500.62
HSL300º8.29%35.49%-
HSV(B)300º15.31%38.43%-
XYZ10.339.6712.88-
YUV89.2132.97134.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=35.13%
G=29.75%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98839800.1500.623008.2935.49
Hex6253620F03E12c823
Octal1421231420170764541043
Binary1100010101001111000100111101111101001011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625362; }

 p { color: rgb(98,83,98); }

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

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

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

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

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

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

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