Html Css Color HEX #668686 Gothic

📋 copy color: '#668686'

red 102 ◦ green 134 ◦ blue 134

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

Shades of Gothic #668686

Tints of Gothic #668686

RGB

 RED value IS 102 (40.23% from 255) = 27.57%

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

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

R = 27.57%
G = 36.22%
B = 36.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#668686 (or 0x668686) is known color: Gothic. HEX triplet: 66, 86 and 86. RGB value is (102,134,134). Sum of RGB (Red+Green+Blue) = 102+134+134=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #668686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668686 is #997979. Grayscale: #7C7C7C. Windows color (decimal): -10058106 or 8816230. OLE color: 8816230.

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

Color convert

RGB 102 134 134 -
CMYK 0.24 0 0 0.47
HSL 180º 0.14% 0.46% -
HSV(B) 180º 0.24% 0.53% -
XYZ 18.31 21.6 25.76 -
YUV 124.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 102 134 134 0.24 0 0 0.47 180 0.14 0.46
Hex 66 86 86 18 0 0 2F B4 E 2E
Octal 146 206 206 30 0 0 57 264 16 56
Binary 1100110 10000110 10000110 11000 0 0 101111 10110100 1110 101110

Color Harmonies of #668686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668686

Black with #668686

Text Example


Text Example

White with #668686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668686; }

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

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

background-color css

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

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

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

border-color css

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

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

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