#648485

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

Shades of Gothic #648485

Tints of Gothic #648485

Color information

#648485 (or 0x648485) is unknown color: approx Gothic. HEX triplet: 64, 84 and 85. RGB value is (100,132,133). Sum of RGB (Red+Green+Blue) = 100+132+133=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #648485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648485 is #9B7B7A. Grayscale: #7A7A7A. Windows color (decimal): -10189691 or 8750180. OLE color: 8750180.

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

Color convert

RGB100132133-
CMYK0.250.0100.48
HSL181.82º14.16%45.69%-
HSV(B)181.82º24.81%52.16%-
XYZ17.7420.9125.29-
YUV122.55133.9111.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=27.40%
G=36.16%
B=36.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321330.250.0100.48181.8214.1645.69
Hex648485191030b6e2e
Octal1442042053110602661656
Binary110010010000100100001011100110110000101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648485; }

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

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

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

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

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

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

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

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