Html Css Color HEX #696265 Scorpion

📋 copy color: '#696265'

red 105 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #696265

Tints of Scorpion #696265

RGB

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

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

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

R = 34.54%
G = 32.24%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696265 (or 0x696265) is known color: Scorpion. HEX triplet: 69, 62 and 65. RGB value is (105,98,101). Sum of RGB (Red+Green+Blue) = 105+98+101=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 105 - color contains mainly: red. Hex color #696265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696265 is #969D9A. Grayscale: #646464. Windows color (decimal): -9870747 or 6644329. OLE color: 6644329.

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

Color convert

RGB 105 98 101 -
CMYK 0 0.07 0.04 0.59
HSL 334.29º 0.03% 0.4% -
HSV(B) 334.29º 0.07% 0.41% -
XYZ 12.54 12.68 14.1 -
YUV 100.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 105 98 101 0 0.07 0.04 0.59 334.29 0.03 0.4
Hex 69 62 65 0 7 4 3B 14E 3 28
Octal 151 142 145 0 7 4 73 516 3 50
Binary 1101001 1100010 1100101 0 111 100 111011 101001110 11 101000

Color Harmonies of #696265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696265

Black with #696265

Text Example


Text Example

White with #696265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696265; }

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

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

background-color css

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

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

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

border-color css

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

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

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