Html Css Color HEX #66585D Scorpion

📋 copy color: '#66585D'

red 102 ◦ green 88 ◦ blue 93

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

Shades of Scorpion #66585D

Tints of Scorpion #66585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.1%

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 36.04%
G = 31.1%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66585D (or 0x66585D) is known color: Scorpion. HEX triplet: 66, 58 and 5D. RGB value is (102,88,93). Sum of RGB (Red+Green+Blue) = 102+88+93=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #66585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66585D is #99A7A2. Grayscale: #5C5C5C. Windows color (decimal): -10069923 or 6117478. OLE color: 6117478.

HSL color Cylindrical-coordinate representation of color #66585D: hue angle of 338.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #66585D is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 88 93 -
CMYK 0 0.14 0.09 0.6
HSL 338.57º 0.07% 0.37% -
HSV(B) 338.57º 0.14% 0.4% -
XYZ 10.95 10.59 11.82 -
YUV 92.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 102 88 93 0 0.14 0.09 0.6 338.57 0.07 0.37
Hex 66 58 5D 0 E 9 3C 153 7 25
Octal 146 130 135 0 16 11 74 523 7 45
Binary 1100110 1011000 1011101 0 1110 1001 111100 101010011 111 100101

Color Harmonies of #66585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66585D

Black with #66585D

Text Example


Text Example

White with #66585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66585D; }

 p { color: rgb(102,88,93); }

 H1.HeaderClassName
 {
   color: #66585D;
 }
 .AnyTagClassName
 {
   color: #66585D;
 }
</style>

background-color css

<style>
 a { background-color: #66585D; }

 a { background-color: rgb(102,88,93); }

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

border-color css

<style>
 span { border-color: #66585D; }

 span { border-color: rgb(102,88,93); }

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