Html Css Color HEX #655365 Fedora

📋 copy color: '#655365'

red 101 ◦ green 83 ◦ blue 101

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

Shades of Fedora #655365

Tints of Fedora #655365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 101 (39.84% from 255) = 35.44%

R = 35.44%
G = 29.12%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#655365 (or 0x655365) is known color: Fedora. HEX triplet: 65, 53 and 65. RGB value is (101,83,101). Sum of RGB (Red+Green+Blue) = 101+83+101=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #655365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655365 is #9AAC9A. Grayscale: #5A5A5A. Windows color (decimal): -10136731 or 6640485. OLE color: 6640485.

HSL color Cylindrical-coordinate representation of color #655365: hue angle of 300º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655365 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 83 101 -
CMYK 0 0.18 0 0.60
HSL 300º 0.1% 0.36% -
HSV(B) 300º 0.18% 0.4% -
XYZ 10.81 9.89 13.65 -
YUV 90.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 101 83 101 0 0.18 0 0.60 300 0.1 0.36
Hex 65 53 65 0 12 0 3C 12C A 24
Octal 145 123 145 0 22 0 74 454 12 44
Binary 1100101 1010011 1100101 0 10010 0 111100 100101100 1010 100100

Color Harmonies of #655365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655365

Black with #655365

Text Example


Text Example

White with #655365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655365; }

 p { color: rgb(101,83,101); }

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

background-color css

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

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

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

border-color css

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

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

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