Html Css Color HEX #695D62 Scorpion

📋 copy color: '#695D62'

red 105 ◦ green 93 ◦ blue 98

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

Shades of Scorpion #695D62

Tints of Scorpion #695D62

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.42%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 35.47%
G = 31.42%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#695D62 (or 0x695D62) is known color: Scorpion. HEX triplet: 69, 5D and 62. RGB value is (105,93,98). Sum of RGB (Red+Green+Blue) = 105+93+98=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 105 - color contains mainly: red. Hex color #695D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D62 is #96A29D. Grayscale: #616161. Windows color (decimal): -9872030 or 6446441. OLE color: 6446441.

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

Color convert

RGB 105 93 98 -
CMYK 0 0.11 0.07 0.59
HSL 335º 0.06% 0.39% -
HSV(B) 335º 0.11% 0.41% -
XYZ 11.94 11.71 13.19 -
YUV 97.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 105 93 98 0 0.11 0.07 0.59 335 0.06 0.39
Hex 69 5D 62 0 B 7 3B 14F 6 27
Octal 151 135 142 0 13 7 73 517 6 47
Binary 1101001 1011101 1100010 0 1011 111 111011 101001111 110 100111

Color Harmonies of #695D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D62

Black with #695D62

Text Example


Text Example

White with #695D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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