Html Css Color HEX #655F66 Fedora

📋 copy color: '#655F66'

red 101 ◦ green 95 ◦ blue 102

#655F66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fedora #655F66

Tints of Fedora #655F66

RGB

 RED value IS 101 (39.84% from 255) = 33.89%

 GREEN value IS 95 (37.5% from 255) = 31.88%

 BLUE value IS 102 (40.23% from 255) = 34.23%

R = 33.89%
G = 31.88%
B = 34.23%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#655F66 (or 0x655F66) is known color: Fedora. HEX triplet: 65, 5F and 66. RGB value is (101,95,102). Sum of RGB (Red+Green+Blue) = 101+95+102=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 102 - color contains mainly: blue. Hex color #655F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F66 is #9AA099. Grayscale: #616161. Windows color (decimal): -10133658 or 6709093. OLE color: 6709093.

HSL color Cylindrical-coordinate representation of color #655F66: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #655F66 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 101 95 102 -
CMYK 0.01 0.07 0 0.6
HSL 291.43º 0.04% 0.39% -
HSV(B) 291.43º 0.07% 0.4% -
XYZ 11.86 11.91 14.24 -
YUV 97.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 101 95 102 0.01 0.07 0 0.6 291.43 0.04 0.39
Hex 65 5F 66 1 7 0 3C 123 4 27
Octal 145 137 146 1 7 0 74 443 4 47
Binary 1100101 1011111 1100110 1 111 0 111100 100100011 100 100111

Color Harmonies of #655F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F66

Black with #655F66

Text Example


Text Example

White with #655F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,95,102); }

 H1.HeaderClassName
 {
   color: #655F66;
 }
 .AnyTagClassName
 {
   color: #655F66;
 }
</style>

background-color css

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

 a { background-color: rgb(101,95,102); }

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

border-color css

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

 span { border-color: rgb(101,95,102); }

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