Html Css Color HEX #648484 Gothic

📋 copy color: '#648484'

red 100 ◦ green 132 ◦ blue 132

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

Shades of Gothic #648484

Tints of Gothic #648484

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

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 100 132 132 -
CMYK 0.24 0 0 0.48
HSL 180º 0.14% 0.45% -
HSV(B) 180º 0.24% 0.52% -
XYZ 17.67 20.88 24.93 -
YUV 122.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 100 132 132 0.24 0 0 0.48 180 0.14 0.45
Hex 64 84 84 18 0 0 30 B4 E 2D
Octal 144 204 204 30 0 0 60 264 16 55
Binary 1100100 10000100 10000100 11000 0 0 110000 10110100 1110 101101

Color Harmonies of #648484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648484

Black with #648484

Text Example


Text Example

White with #648484

Text Example


Text Example

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