#67516B

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

Shades of Fedora #67516B

Tints of Fedora #67516B

Color information

#67516B (or 0x67516B) is unknown color: approx Fedora. HEX triplet: 67, 51 and 6B. RGB value is (103,81,107). Sum of RGB (Red+Green+Blue) = 103+81+107=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 107 - color contains mainly: blue. Hex color #67516B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67516B is #98AE94. Grayscale: #5A5A5A. Windows color (decimal): -10006165 or 7033191. OLE color: 7033191.

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

Color convert

RGB10381107-
CMYK0.040.2400.58
HSL290.77º13.83%36.86%-
HSV(B)290.77º24.3%41.96%-
XYZ11.199.8315.22-
YUV90.54137.29136.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=35.40%
G=27.84%
B=36.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103811070.040.2400.58290.7713.8336.86
Hex67516B41803A123e25
Octal1471211534300724431645
Binary1100111101000111010111001100001110101001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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