Html Css Color HEX #648585 Gothic

📋 copy color: '#648585'

red 100 ◦ green 133 ◦ blue 133

#648585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gothic #648585

Tints of Gothic #648585

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 value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#648585 (or 0x648585) is known color: 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

RGB 100 133 133 -
CMYK 0.25 0 0 0.48
HSL 180º 0.14% 0.46% -
HSV(B) 180º 0.25% 0.52% -
XYZ 17.88 21.18 25.34 -
YUV 123.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 100 133 133 0.25 0 0 0.48 180 0.14 0.46
Hex 64 85 85 19 0 0 30 B4 E 2E
Octal 144 205 205 31 0 0 60 264 16 56
Binary 1100100 10000101 10000101 11001 0 0 110000 10110100 1110 101110

Color Harmonies of #648585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648585

Black with #648585

Text Example


Text Example

White with #648585

Text Example


Text Example

HTML Codes & Css Web 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>