#655C6A

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

Shades of Fedora #655C6A

Tints of Fedora #655C6A

Color information

#655C6A (or 0x655C6A) is unknown color: approx Fedora. HEX triplet: 65, 5C and 6A. RGB value is (101,92,106). Sum of RGB (Red+Green+Blue) = 101+92+106=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #655C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C6A is #9AA395. Grayscale: #606060. Windows color (decimal): -10134422 or 6970469. OLE color: 6970469.

HSL color Cylindrical-coordinate representation of color #655C6A: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655C6A is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10192106-
CMYK0.050.1300.58
HSL278.57º7.07%38.82%-
HSV(B)278.57º13.21%41.57%-
XYZ11.811.4615.23-
YUV96.29133.48131.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.78%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=33.78%
G=30.77%
B=35.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal101921060.050.1300.58278.577.0738.82
Hex655C6A5D03A117727
Octal145134152515072427747
Binary11001011011100110101010111010111010100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655C6A; }

 p { color: rgb(101,92,106); }

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

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

 a { background-color: rgb(101,92,106); }

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

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

 span { border-color: rgb(101,92,106); }

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