#648585

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

Shades of Gothic #648585

Tints of Gothic #648585

Color information

#648585 (or 0x648585) is unknown color: approx Gothic. HEX triplet: 64, 85 and 85. RGB value is (100,133,133). Sum of RGB (Red+Green+Blue) = 100+133+133=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #648585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648585 is #9B7A7A. Grayscale: #7B7B7B. Windows color (decimal): -10189435 or 8750436. OLE color: 8750436.

HSL color Cylindrical-coordinate representation of color #648585: hue angle of 180º 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 #648585 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100133133-
CMYK0.25000.48
HSL180º14.16%45.69%-
HSV(B)180º24.81%52.16%-
XYZ17.8821.1825.34-
YUV123.13133.57111.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=27.32%
G=36.34%
B=36.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001331330.25000.4818014.1645.69
Hex648585190030b4e2e
Octal1442052053100602641656
Binary110010010000101100001011100100110000101101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648585; }

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

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

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

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

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

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

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

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