#648484

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

Shades of Gothic #648484

Tints of Gothic #648484

Color information

#648484 (or 0x648484) is unknown color: approx Gothic. HEX triplet: 64, 84 and 84. RGB value is (100,132,132). Sum of RGB (Red+Green+Blue) = 100+132+132=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 132 - color contains mainly: green, blue. Hex color #648484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648484 is #9B7B7B. Grayscale: #7A7A7A. Windows color (decimal): -10189692 or 8684644. OLE color: 8684644.

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

Color convert

RGB100132132-
CMYK0.24000.48
HSL180º13.79%45.49%-
HSV(B)180º24.24%51.76%-
XYZ17.6720.8824.93-
YUV122.43133.4112-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=27.47%
G=36.26%
B=36.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321320.24000.4818013.7945.49
Hex648484180030b4e2d
Octal1442042043000602641655
Binary110010010000100100001001100000110000101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648484; }

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

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

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

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

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

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

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

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