#674C66

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

Shades of Fedora #674C66

Tints of Fedora #674C66

Color information

#674C66 (or 0x674C66) is unknown color: approx Fedora. HEX triplet: 67, 4C and 66. RGB value is (103,76,102). Sum of RGB (Red+Green+Blue) = 103+76+102=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #674C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674C66 is #98B399. Grayscale: #565656. Windows color (decimal): -10007450 or 6704231. OLE color: 6704231.

HSL color Cylindrical-coordinate representation of color #674C66: hue angle of 302.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #674C66 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB10376102-
CMYK00.260.010.60
HSL302.22º15.08%35.1%-
HSV(B)302.22º26.21%40.39%-
XYZ10.589.0113.75-
YUV87.04136.45139.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 76 (30.08% from 255) = 27.05%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=36.65%
G=27.05%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1037610200.260.010.60302.2215.0835.1
Hex674C6601A13C12ef23
Octal1471141460321744561743
Binary11001111001100110011001101011111001001011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674C66; }

 p { color: rgb(103,76,102); }

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

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

 a { background-color: rgb(103,76,102); }

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

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

 span { border-color: rgb(103,76,102); }

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