#67516C

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

Shades of Fedora #67516C

Tints of Fedora #67516C

Color information

#67516C (or 0x67516C) is unknown color: approx Fedora. HEX triplet: 67, 51 and 6C. RGB value is (103,81,108). Sum of RGB (Red+Green+Blue) = 103+81+108=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 108 - color contains mainly: blue. Hex color #67516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67516C is #98AE93. Grayscale: #5A5A5A. Windows color (decimal): -10006164 or 7098727. OLE color: 7098727.

HSL color Cylindrical-coordinate representation of color #67516C: hue angle of 288.89º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67516C is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10381108-
CMYK0.050.2500.58
HSL288.89º14.29%37.06%-
HSV(B)288.89º25%42.35%-
XYZ11.249.8515.5-
YUV90.66137.79136.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.27%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=35.27%
G=27.74%
B=36.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103811080.050.2500.58288.8914.2937.06
Hex67516C51903A121e25
Octal1471211545310724411645
Binary1100111101000111011001011100101110101001000011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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