Html Css Color HEX #696364 Scorpion

📋 copy color: '#696364'

red 105 ◦ green 99 ◦ blue 100

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

Shades of Scorpion #696364

Tints of Scorpion #696364

RGB

 RED value IS 105 (41.41% from 255) = 34.54%

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

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 34.54%
G = 32.57%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#696364 (or 0x696364) is known color: Scorpion. HEX triplet: 69, 63 and 64. RGB value is (105,99,100). Sum of RGB (Red+Green+Blue) = 105+99+100=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696364 is #969C9B. Grayscale: #646464. Windows color (decimal): -9870492 or 6579049. OLE color: 6579049.

HSL color Cylindrical-coordinate representation of color #696364: hue angle of 350º 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 #696364 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 100 -
CMYK 0 0.06 0.05 0.59
HSL 350º 0.03% 0.4% -
HSV(B) 350º 0.06% 0.41% -
XYZ 12.59 12.85 13.87 -
YUV 100.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 105 99 100 0 0.06 0.05 0.59 350 0.03 0.4
Hex 69 63 64 0 6 5 3B 15E 3 28
Octal 151 143 144 0 6 5 73 536 3 50
Binary 1101001 1100011 1100100 0 110 101 111011 101011110 11 101000

Color Harmonies of #696364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696364

Black with #696364

Text Example


Text Example

White with #696364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696364; }

 p { color: rgb(105,99,100); }

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

background-color css

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

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

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

border-color css

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

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

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