Html Css Color HEX #695C60 Scorpion

📋 copy color: '#695C60'

red 105 ◦ green 92 ◦ blue 96

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

Shades of Scorpion #695C60

Tints of Scorpion #695C60

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 35.84%
G = 31.4%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#695C60 (or 0x695C60) is known color: Scorpion. HEX triplet: 69, 5C and 60. RGB value is (105,92,96). Sum of RGB (Red+Green+Blue) = 105+92+96=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #695C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C60 is #96A39F. Grayscale: #606060. Windows color (decimal): -9872288 or 6315113. OLE color: 6315113.

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

Color convert

RGB 105 92 96 -
CMYK 0 0.12 0.09 0.59
HSL 341.54º 0.07% 0.39% -
HSV(B) 341.54º 0.12% 0.41% -
XYZ 11.76 11.5 12.67 -
YUV 96.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 105 92 96 0 0.12 0.09 0.59 341.54 0.07 0.39
Hex 69 5C 60 0 C 9 3B 156 7 27
Octal 151 134 140 0 14 11 73 526 7 47
Binary 1101001 1011100 1100000 0 1100 1001 111011 101010110 111 100111

Color Harmonies of #695C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C60

Black with #695C60

Text Example


Text Example

White with #695C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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