#666067

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

Shades of Fedora #666067

Tints of Fedora #666067

Color information

#666067 (or 0x666067) is unknown color: approx Fedora. HEX triplet: 66, 60 and 67. RGB value is (102,96,103). Sum of RGB (Red+Green+Blue) = 102+96+103=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 103 - color contains mainly: blue. Hex color #666067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666067 is #999F98. Grayscale: #626262. Windows color (decimal): -10067865 or 6774886. OLE color: 6774886.

HSL color Cylindrical-coordinate representation of color #666067: hue angle of 291.43º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #666067 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10296103-
CMYK0.010.0700.60
HSL291.43º3.52%39.02%-
HSV(B)291.43º6.8%40.39%-
XYZ12.1112.1714.54-
YUV98.59130.49130.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 96 (37.89% from 255) = 31.89%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=33.89%
G=31.89%
B=34.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102961030.010.0700.60291.433.5239.02
Hex6660671703C123427
Octal14614014717074443447
Binary11001101100000110011111110111100100100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666067; }

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

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

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

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

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

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

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

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