Html Css Color HEX #655F61 Scorpion

📋 copy color: '#655F61'

red 101 ◦ green 95 ◦ blue 97

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

Shades of Scorpion #655F61

Tints of Scorpion #655F61

RGB

 RED value IS 101 (39.84% from 255) = 34.47%

 GREEN value IS 95 (37.5% from 255) = 32.42%

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

R = 34.47%
G = 32.42%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#655F61 (or 0x655F61) is known color: Scorpion. HEX triplet: 65, 5F and 61. RGB value is (101,95,97). Sum of RGB (Red+Green+Blue) = 101+95+97=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 95 (37.5% from 255 or 32.42% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 101 - color contains mainly: red. Hex color #655F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F61 is #9AA09E. Grayscale: #616161. Windows color (decimal): -10133663 or 6381413. OLE color: 6381413.

HSL color Cylindrical-coordinate representation of color #655F61: hue angle of 340º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #655F61 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 95 97 -
CMYK 0 0.06 0.04 0.60
HSL 340º 0.03% 0.38% -
HSV(B) 340º 0.06% 0.4% -
XYZ 11.62 11.81 12.98 -
YUV 97.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 101 95 97 0 0.06 0.04 0.60 340 0.03 0.38
Hex 65 5F 61 0 6 4 3C 154 3 26
Octal 145 137 141 0 6 4 74 524 3 46
Binary 1100101 1011111 1100001 0 110 100 111100 101010100 11 100110

Color Harmonies of #655F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F61

Black with #655F61

Text Example


Text Example

White with #655F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F61; }

 p { color: rgb(101,95,97); }

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

background-color css

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

 a { background-color: rgb(101,95,97); }

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

border-color css

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

 span { border-color: rgb(101,95,97); }

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