#668484

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

Shades of Gothic #668484

Tints of Gothic #668484

Color information

#668484 (or 0x668484) is unknown color: approx Gothic. HEX triplet: 66, 84 and 84. RGB value is (102,132,132). Sum of RGB (Red+Green+Blue) = 102+132+132=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #668484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668484 is #997B7B. Grayscale: #7A7A7A. Windows color (decimal): -10058620 or 8684646. OLE color: 8684646.

HSL color Cylindrical-coordinate representation of color #668484: hue angle of 180º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668484 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102132132-
CMYK0.23000.48
HSL180º12.82%45.88%-
HSV(B)180º22.73%51.76%-
XYZ17.920.9924.94-
YUV123.03133.06113-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.87%
GREEN value IS 132 (51.95% from 255) = 36.07%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=27.87%
G=36.07%
B=36.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321320.23000.4818012.8245.88
Hex668484170030b4d2e
Octal1462042042700602641556
Binary110011010000100100001001011100110000101101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668484; }

 p { color: rgb(102,132,132); }

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

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

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

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

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

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

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