Html Css Color HEX #686365 Scorpion

📋 copy color: '#686365'

red 104 ◦ green 99 ◦ blue 101

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

Shades of Scorpion #686365

Tints of Scorpion #686365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 34.21%
G = 32.57%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#686365 (or 0x686365) is known color: Scorpion. HEX triplet: 68, 63 and 65. RGB value is (104,99,101). Sum of RGB (Red+Green+Blue) = 104+99+101=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686365 is #979C9A. Grayscale: #646464. Windows color (decimal): -9936027 or 6644584. OLE color: 6644584.

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

Color convert

RGB 104 99 101 -
CMYK 0 0.05 0.03 0.59
HSL 336º 0.02% 0.4% -
HSV(B) 336º 0.05% 0.41% -
XYZ 12.52 12.81 14.12 -
YUV 100.72 128.16 130.34 -
System Red Green Blue C M Y K H S L
Decimal 104 99 101 0 0.05 0.03 0.59 336 0.02 0.4
Hex 68 63 65 0 5 3 3B 150 2 28
Octal 150 143 145 0 5 3 73 520 2 50
Binary 1101000 1100011 1100101 0 101 11 111011 101010000 10 101000

Color Harmonies of #686365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686365

Black with #686365

Text Example


Text Example

White with #686365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686365; }

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

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

background-color css

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

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

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

border-color css

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

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

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