Html Css Color HEX #696465 Scorpion

📋 copy color: '#696465'

red 105 ◦ green 100 ◦ blue 101

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

Shades of Scorpion #696465

Tints of Scorpion #696465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

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

R = 34.31%
G = 32.68%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696465 (or 0x696465) is known color: Scorpion. HEX triplet: 69, 64 and 65. RGB value is (105,100,101). Sum of RGB (Red+Green+Blue) = 105+100+101=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 105 - color contains mainly: red. Hex color #696465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696465 is #969B9A. Grayscale: #656565. Windows color (decimal): -9870235 or 6644841. OLE color: 6644841.

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

Color convert

RGB 105 100 101 -
CMYK 0 0.05 0.04 0.59
HSL 348º 0.02% 0.4% -
HSV(B) 348º 0.05% 0.41% -
XYZ 12.73 13.06 14.16 -
YUV 101.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 105 100 101 0 0.05 0.04 0.59 348 0.02 0.4
Hex 69 64 65 0 5 4 3B 15C 2 28
Octal 151 144 145 0 5 4 73 534 2 50
Binary 1101001 1100100 1100101 0 101 100 111011 101011100 10 101000

Color Harmonies of #696465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696465

Black with #696465

Text Example


Text Example

White with #696465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696465; }

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

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

background-color css

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

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

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

border-color css

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

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

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