#655967

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

Shades of Fedora #655967

Tints of Fedora #655967

Color information

#655967 (or 0x655967) is unknown color: approx Fedora. HEX triplet: 65, 59 and 67. RGB value is (101,89,103). Sum of RGB (Red+Green+Blue) = 101+89+103=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 103 - color contains mainly: blue. Hex color #655967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655967 is #9AA698. Grayscale: #5E5E5E. Windows color (decimal): -10135193 or 6773093. OLE color: 6773093.

HSL color Cylindrical-coordinate representation of color #655967: hue angle of 291.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #655967 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10189103-
CMYK0.020.1400.60
HSL291.43º7.29%37.65%-
HSV(B)291.43º13.59%40.39%-
XYZ11.3910.8914.33-
YUV94.18132.98132.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.47%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=34.47%
G=30.38%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101891030.020.1400.60291.437.2937.65
Hex6559672E03C123726
Octal145131147216074443746
Binary1100101101100111001111011100111100100100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655967; }

 p { color: rgb(101,89,103); }

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

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

 a { background-color: rgb(101,89,103); }

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

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

 span { border-color: rgb(101,89,103); }

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