Html Css Color HEX #666575 Comet

📋 copy color: '#666575'

red 102 ◦ green 101 ◦ blue 117

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

Shades of Comet #666575

Tints of Comet #666575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 31.88%
G = 31.56%
B = 36.56%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666575 (or 0x666575) is known color: Comet. HEX triplet: 66, 65 and 75. RGB value is (102,101,117). Sum of RGB (Red+Green+Blue) = 102+101+117=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #666575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666575 is #999A8A. Grayscale: #676767. Windows color (decimal): -10066571 or 7693670. OLE color: 7693670.

HSL color Cylindrical-coordinate representation of color #666575: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666575 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 101 117 -
CMYK 0.13 0.14 0 0.54
HSL 243.75º 0.07% 0.43% -
HSV(B) 243.75º 0.14% 0.46% -
XYZ 13.34 13.42 18.72 -
YUV 103.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 102 101 117 0.13 0.14 0 0.54 243.75 0.07 0.43
Hex 66 65 75 D E 0 36 F4 7 2B
Octal 146 145 165 15 16 0 66 364 7 53
Binary 1100110 1100101 1110101 1101 1110 0 110110 11110100 111 101011

Color Harmonies of #666575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666575

Black with #666575

Text Example


Text Example

White with #666575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666575; }

 p { color: rgb(102,101,117); }

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

background-color css

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

 a { background-color: rgb(102,101,117); }

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

border-color css

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

 span { border-color: rgb(102,101,117); }

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