Html Css Color HEX #695A61 Scorpion

📋 copy color: '#695A61'

red 105 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #695A61

Tints of Scorpion #695A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.82%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 35.96%
G = 30.82%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#695A61 (or 0x695A61) is known color: Scorpion. HEX triplet: 69, 5A and 61. RGB value is (105,90,97). Sum of RGB (Red+Green+Blue) = 105+90+97=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 105 - color contains mainly: red. Hex color #695A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A61 is #96A59E. Grayscale: #5F5F5F. Windows color (decimal): -9872799 or 6380137. OLE color: 6380137.

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

Color convert

RGB 105 90 97 -
CMYK 0 0.14 0.08 0.59
HSL 332º 0.08% 0.38% -
HSV(B) 332º 0.14% 0.41% -
XYZ 11.64 11.18 12.85 -
YUV 95.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 105 90 97 0 0.14 0.08 0.59 332 0.08 0.38
Hex 69 5A 61 0 E 8 3B 14C 8 26
Octal 151 132 141 0 16 10 73 514 10 46
Binary 1101001 1011010 1100001 0 1110 1000 111011 101001100 1000 100110

Color Harmonies of #695A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695A61

Black with #695A61

Text Example


Text Example

White with #695A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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