Html Css Color HEX #656366 Fedora

📋 copy color: '#656366'

red 101 ◦ green 99 ◦ blue 102

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

Shades of Fedora #656366

Tints of Fedora #656366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 33.44%
G = 32.78%
B = 33.77%

CMYK

 C value IS 0.01

 M value IS 0.03

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#656366 (or 0x656366) is known color: Fedora. HEX triplet: 65, 63 and 66. RGB value is (101,99,102). Sum of RGB (Red+Green+Blue) = 101+99+102=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 102 - color contains mainly: blue. Hex color #656366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656366 is #9A9C99. Grayscale: #636363. Windows color (decimal): -10132634 or 6710117. OLE color: 6710117.

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

Color convert

RGB 101 99 102 -
CMYK 0.01 0.03 0 0.6
HSL 280º 0.01% 0.39% -
HSV(B) 280º 0.03% 0.4% -
XYZ 12.23 12.65 14.37 -
YUV 99.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 101 99 102 0.01 0.03 0 0.6 280 0.01 0.39
Hex 65 63 66 1 3 0 3C 118 1 27
Octal 145 143 146 1 3 0 74 430 1 47
Binary 1100101 1100011 1100110 1 11 0 111100 100011000 1 100111

Color Harmonies of #656366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656366

Black with #656366

Text Example


Text Example

White with #656366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656366; }

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

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

background-color css

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

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

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

border-color css

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

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

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