Html Css Color HEX #648686 Gothic

📋 copy color: '#648686'

red 100 ◦ green 134 ◦ blue 134

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

Shades of Gothic #648686

Tints of Gothic #648686

RGB

 RED value IS 100 (39.45% from 255) = 27.17%

 GREEN value IS 134 (52.73% from 255) = 36.41%

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 27.17%
G = 36.41%
B = 36.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#648686 (or 0x648686) is known color: Gothic. HEX triplet: 64, 86 and 86. RGB value is (100,134,134). Sum of RGB (Red+Green+Blue) = 100+134+134=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #648686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648686 is #9B7979. Grayscale: #7B7B7B. Windows color (decimal): -10189178 or 8816228. OLE color: 8816228.

HSL color Cylindrical-coordinate representation of color #648686: hue angle of 180º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648686 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 134 -
CMYK 0.25 0 0 0.47
HSL 180º 0.15% 0.46% -
HSV(B) 180º 0.25% 0.53% -
XYZ 18.08 21.48 25.75 -
YUV 123.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 100 134 134 0.25 0 0 0.47 180 0.15 0.46
Hex 64 86 86 19 0 0 2F B4 F 2E
Octal 144 206 206 31 0 0 57 264 17 56
Binary 1100100 10000110 10000110 11001 0 0 101111 10110100 1111 101110

Color Harmonies of #648686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648686

Black with #648686

Text Example


Text Example

White with #648686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648686; }

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

 H1.HeaderClassName
 {
   color: #648686;
 }
 .AnyTagClassName
 {
   color: #648686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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