#648686

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

Shades of Gothic #648686

Tints of Gothic #648686

Color information

#648686 (or 0x648686) is unknown color: approx Gothic. HEX triplet: 64, 86 and 86. RGB value is (100,134,134). Sum of RGB (Red+Green+Blue) = 100+134+134=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #648686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648686 is #9B7979. Grayscale: #7B7B7B. Windows color (decimal): -10189178 or 8816228. OLE color: 8816228.

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

Color convert

RGB100134134-
CMYK0.25000.47
HSL180º14.53%45.88%-
HSV(B)180º25.37%52.55%-
XYZ18.0821.4825.75-
YUV123.83133.74111-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=27.17%
G=36.41%
B=36.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341340.25000.4718014.5345.88
Hex64868619002Fb4f2e
Octal1442062063100572641756
Binary110010010000110100001101100100101111101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648686; }

 p { color: rgb(100,134,134); }

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

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

 a { background-color: rgb(100,134,134); }

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

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

 span { border-color: rgb(100,134,134); }

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