#654767

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

Shades of Fedora #654767

Tints of Fedora #654767

Color information

#654767 (or 0x654767) is unknown color: approx Fedora. HEX triplet: 65, 47 and 67. RGB value is (101,71,103). Sum of RGB (Red+Green+Blue) = 101+71+103=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 103 - color contains mainly: blue. Hex color #654767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #654767 is #9AB898. Grayscale: #535353. Windows color (decimal): -10139801 or 6768485. OLE color: 6768485.

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

Color convert

RGB10171103-
CMYK0.020.3100.60
HSL296.25º18.39%34.12%-
HSV(B)296.25º31.07%40.39%-
XYZ10.078.2513.89-
YUV83.62138.94140.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.73%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=36.73%
G=25.82%
B=37.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101711030.020.3100.60296.2518.3934.12
Hex65476721F03C1281222
Octal1451071472370744502242
Binary1100101100011111001111011111011110010010100010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654767; }

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

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

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

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

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

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

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

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