#66476D

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

Shades of Fedora #66476D

Tints of Fedora #66476D

Color information

#66476D (or 0x66476D) is unknown color: approx Fedora. HEX triplet: 66, 47 and 6D. RGB value is (102,71,109). Sum of RGB (Red+Green+Blue) = 102+71+109=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 109 (42.97% from 255 or 38.65% from 282); Max value from RGB is 109 - color contains mainly: blue. Hex color #66476D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66476D is #99B892. Grayscale: #545454. Windows color (decimal): -10074259 or 7161702. OLE color: 7161702.

HSL color Cylindrical-coordinate representation of color #66476D: hue angle of 288.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66476D is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10271109-
CMYK0.060.3500.57
HSL288.95º21.11%35.29%-
HSV(B)288.95º34.86%42.75%-
XYZ10.498.4415.54-
YUV84.6141.77140.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 109 (42.97% from 255) = 38.65%
R=36.17%
G=25.18%
B=38.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102711090.060.3500.57288.9521.1135.29
Hex66476D6230391211523
Octal1461071556430714412543
Binary110011010001111101101110100011011100110010000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66476D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66476D; }

 p { color: rgb(102,71,109); }

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

<style>
 a { background-color: #66476D; }

 a { background-color: rgb(102,71,109); }

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

<style>
 span { border-color: #66476D; }

 span { border-color: rgb(102,71,109); }

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