Html Css Color HEX #696165 Scorpion

📋 copy color: '#696165'

red 105 ◦ green 97 ◦ blue 101

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

Shades of Scorpion #696165

Tints of Scorpion #696165

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 34.65%
G = 32.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696165 (or 0x696165) is known color: Scorpion. HEX triplet: 69, 61 and 65. RGB value is (105,97,101). Sum of RGB (Red+Green+Blue) = 105+97+101=303 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.65% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 105 - color contains mainly: red. Hex color #696165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696165 is #969E9A. Grayscale: #636363. Windows color (decimal): -9871003 or 6644073. OLE color: 6644073.

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

Color convert

RGB 105 97 101 -
CMYK 0 0.08 0.04 0.59
HSL 330º 0.04% 0.4% -
HSV(B) 330º 0.08% 0.41% -
XYZ 12.45 12.49 14.07 -
YUV 99.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 105 97 101 0 0.08 0.04 0.59 330 0.04 0.4
Hex 69 61 65 0 8 4 3B 14A 4 28
Octal 151 141 145 0 10 4 73 512 4 50
Binary 1101001 1100001 1100101 0 1000 100 111011 101001010 100 101000

Color Harmonies of #696165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696165

Black with #696165

Text Example


Text Example

White with #696165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696165; }

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

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

background-color css

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

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

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

border-color css

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

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

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