Html Css Color HEX #655969 Fedora

📋 copy color: '#655969'

red 101 ◦ green 89 ◦ blue 105

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

Shades of Fedora #655969

Tints of Fedora #655969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 34.24%
G = 30.17%
B = 35.59%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#655969 (or 0x655969) is known color: Fedora. HEX triplet: 65, 59 and 69. RGB value is (101,89,105). Sum of RGB (Red+Green+Blue) = 101+89+105=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 105 - color contains mainly: blue. Hex color #655969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655969 is #9AA696. Grayscale: #5E5E5E. Windows color (decimal): -10135191 or 6904165. OLE color: 6904165.

HSL color Cylindrical-coordinate representation of color #655969: hue angle of 285º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655969 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 101 89 105 -
CMYK 0.04 0.15 0 0.59
HSL 285º 0.08% 0.38% -
HSV(B) 285º 0.15% 0.41% -
XYZ 11.49 10.93 14.87 -
YUV 94.41 133.98 132.7 -
System Red Green Blue C M Y K H S L
Decimal 101 89 105 0.04 0.15 0 0.59 285 0.08 0.38
Hex 65 59 69 4 F 0 3B 11D 8 26
Octal 145 131 151 4 17 0 73 435 10 46
Binary 1100101 1011001 1101001 100 1111 0 111011 100011101 1000 100110

Color Harmonies of #655969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655969

Black with #655969

Text Example


Text Example

White with #655969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655969; }

 p { color: rgb(101,89,105); }

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

background-color css

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

 a { background-color: rgb(101,89,105); }

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

border-color css

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

 span { border-color: rgb(101,89,105); }

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