Html Css Color HEX #686265 Scorpion

📋 copy color: '#686265'

red 104 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #686265

Tints of Scorpion #686265

RGB

 RED value IS 104 (41.02% from 255) = 34.32%

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 34.32%
G = 32.34%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#686265 (or 0x686265) is known color: Scorpion. HEX triplet: 68, 62 and 65. RGB value is (104,98,101). Sum of RGB (Red+Green+Blue) = 104+98+101=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 104 - color contains mainly: red. Hex color #686265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686265 is #979D9A. Grayscale: #646464. Windows color (decimal): -9936283 or 6644328. OLE color: 6644328.

HSL color Cylindrical-coordinate representation of color #686265: hue angle of 330º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686265 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 98 101 -
CMYK 0 0.06 0.03 0.59
HSL 330º 0.03% 0.4% -
HSV(B) 330º 0.06% 0.41% -
XYZ 12.43 12.62 14.09 -
YUV 100.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 104 98 101 0 0.06 0.03 0.59 330 0.03 0.4
Hex 68 62 65 0 6 3 3B 14A 3 28
Octal 150 142 145 0 6 3 73 512 3 50
Binary 1101000 1100010 1100101 0 110 11 111011 101001010 11 101000

Color Harmonies of #686265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686265

Black with #686265

Text Example


Text Example

White with #686265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686265; }

 p { color: rgb(104,98,101); }

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

background-color css

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

 a { background-color: rgb(104,98,101); }

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

border-color css

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

 span { border-color: rgb(104,98,101); }

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