Html Css Color HEX #696065 Scorpion

📋 copy color: '#696065'

red 105 ◦ green 96 ◦ blue 101

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

Shades of Scorpion #696065

Tints of Scorpion #696065

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.79%

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

R = 34.77%
G = 31.79%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#696065 (or 0x696065) is known color: Scorpion. HEX triplet: 69, 60 and 65. RGB value is (105,96,101). Sum of RGB (Red+Green+Blue) = 105+96+101=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 105 - color contains mainly: red. Hex color #696065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696065 is #969F9A. Grayscale: #636363. Windows color (decimal): -9871259 or 6643817. OLE color: 6643817.

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

Color convert

RGB 105 96 101 -
CMYK 0 0.09 0.04 0.59
HSL 326.67º 0.04% 0.39% -
HSV(B) 326.67º 0.09% 0.41% -
XYZ 12.36 12.31 14.04 -
YUV 99.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 105 96 101 0 0.09 0.04 0.59 326.67 0.04 0.39
Hex 69 60 65 0 9 4 3B 147 4 27
Octal 151 140 145 0 11 4 73 507 4 47
Binary 1101001 1100000 1100101 0 1001 100 111011 101000111 100 100111

Color Harmonies of #696065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696065

Black with #696065

Text Example


Text Example

White with #696065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696065; }

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

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

background-color css

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

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

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

border-color css

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

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

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