Html Css Color HEX #655E68 Fedora

📋 copy color: '#655E68'

red 101 ◦ green 94 ◦ blue 104

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

Shades of Fedora #655E68

Tints of Fedora #655E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 33.78%
G = 31.44%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655E68 (or 0x655E68) is known color: Fedora. HEX triplet: 65, 5E and 68. RGB value is (101,94,104). Sum of RGB (Red+Green+Blue) = 101+94+104=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: blue. Hex color #655E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E68 is #9AA197. Grayscale: #616161. Windows color (decimal): -10133912 or 6839909. OLE color: 6839909.

HSL color Cylindrical-coordinate representation of color #655E68: hue angle of 282º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #655E68 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 94 104 -
CMYK 0.03 0.10 0 0.59
HSL 282º 0.05% 0.39% -
HSV(B) 282º 0.1% 0.41% -
XYZ 11.87 11.77 14.74 -
YUV 97.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 101 94 104 0.03 0.10 0 0.59 282 0.05 0.39
Hex 65 5E 68 3 A 0 3B 11A 5 27
Octal 145 136 150 3 12 0 73 432 5 47
Binary 1100101 1011110 1101000 11 1010 0 111011 100011010 101 100111

Color Harmonies of #655E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655E68

Black with #655E68

Text Example


Text Example

White with #655E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,94,104); }

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

background-color css

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

 a { background-color: rgb(101,94,104); }

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

border-color css

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

 span { border-color: rgb(101,94,104); }

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