#67516F

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

Shades of Fedora #67516F

Tints of Fedora #67516F

Color information

#67516F (or 0x67516F) is unknown color: approx Fedora. HEX triplet: 67, 51 and 6F. RGB value is (103,81,111). Sum of RGB (Red+Green+Blue) = 103+81+111=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 81 (32.03% from 255 or 27.46% 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 #67516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67516F is #98AE90. Grayscale: #5A5A5A. Windows color (decimal): -10006161 or 7295335. OLE color: 7295335.

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

Color convert

RGB10381111-
CMYK0.070.2700.56
HSL284º15.62%37.65%-
HSV(B)284º27.03%43.53%-
XYZ11.419.9216.35-
YUV91139.29136.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.92%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=34.92%
G=27.46%
B=37.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103811110.070.2700.5628415.6237.65
Hex67516F71B03811c1026
Octal1471211577330704342046
Binary11001111010001110111111111011011100010001110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,81,111); }

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

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

 a { background-color: rgb(103,81,111); }

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

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

 span { border-color: rgb(103,81,111); }

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