Html Css Color HEX #665F61 Scorpion

📋 copy color: '#665F61'

red 102 ◦ green 95 ◦ blue 97

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

Shades of Scorpion #665F61

Tints of Scorpion #665F61

RGB

 RED value IS 102 (40.23% from 255) = 34.69%

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

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

R = 34.69%
G = 32.31%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#665F61 (or 0x665F61) is known color: Scorpion. HEX triplet: 66, 5F and 61. RGB value is (102,95,97). Sum of RGB (Red+Green+Blue) = 102+95+97=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 102 - color contains mainly: red. Hex color #665F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F61 is #99A09E. Grayscale: #616161. Windows color (decimal): -10068127 or 6381414. OLE color: 6381414.

HSL color Cylindrical-coordinate representation of color #665F61: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #665F61 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 95 97 -
CMYK 0 0.07 0.05 0.6
HSL 342.86º 0.04% 0.39% -
HSV(B) 342.86º 0.07% 0.4% -
XYZ 11.73 11.87 12.98 -
YUV 97.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 102 95 97 0 0.07 0.05 0.6 342.86 0.04 0.39
Hex 66 5F 61 0 7 5 3C 157 4 27
Octal 146 137 141 0 7 5 74 527 4 47
Binary 1100110 1011111 1100001 0 111 101 111100 101010111 100 100111

Color Harmonies of #665F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665F61

Black with #665F61

Text Example


Text Example

White with #665F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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