Html Css Color HEX #695960 Scorpion

📋 copy color: '#695960'

red 105 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #695960

Tints of Scorpion #695960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 36.21%
G = 30.69%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#695960 (or 0x695960) is known color: Scorpion. HEX triplet: 69, 59 and 60. RGB value is (105,89,96). Sum of RGB (Red+Green+Blue) = 105+89+96=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695960 is #96A69F. Grayscale: #5E5E5E. Windows color (decimal): -9873056 or 6314345. OLE color: 6314345.

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

Color convert

RGB 105 89 96 -
CMYK 0 0.15 0.09 0.59
HSL 333.75º 0.08% 0.38% -
HSV(B) 333.75º 0.15% 0.41% -
XYZ 11.51 10.99 12.58 -
YUV 94.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 105 89 96 0 0.15 0.09 0.59 333.75 0.08 0.38
Hex 69 59 60 0 F 9 3B 14E 8 26
Octal 151 131 140 0 17 11 73 516 10 46
Binary 1101001 1011001 1100000 0 1111 1001 111011 101001110 1000 100110

Color Harmonies of #695960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695960

Black with #695960

Text Example


Text Example

White with #695960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695960; }

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

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

background-color css

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

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

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

border-color css

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

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

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