#65536F

Color #65536F Fedora (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fedora #65536F

Tints of Fedora #65536F

Color information

#65536F (or 0x65536F) is unknown color: approx Fedora. HEX triplet: 65, 53 and 6F. RGB value is (101,83,111). Sum of RGB (Red+Green+Blue) = 101+83+111=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #65536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65536F is #9AAC90. Grayscale: #5B5B5B. Windows color (decimal): -10136721 or 7295845. OLE color: 7295845.

HSL color Cylindrical-coordinate representation of color #65536F: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65536F is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10183111-
CMYK0.090.2500.56
HSL278.57º14.43%38.04%-
HSV(B)278.57º25.23%43.53%-
XYZ11.3310.116.39-
YUV91.57138.96134.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=34.24%
G=28.14%
B=37.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101831110.090.2500.56278.5714.4338.04
Hex65536F919038117e26
Octal14512315711310704271646
Binary11001011010011110111110011100101110001000101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65536F; }

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

 H1.HeaderClassName
 {
   color: #65536F;
 }
 .AnyTagClassName
 {
   color: #65536F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #65536F;
 }
 .BgClassName
 {
   background-color: #65536F;
 }
</style>
border-color css

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

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

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