Html Css Color HEX #656575 Comet

📋 copy color: '#656575'

red 101 ◦ green 101 ◦ blue 117

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

Shades of Comet #656575

Tints of Comet #656575

RGB

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

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

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

R = 31.66%
G = 31.66%
B = 36.68%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#656575 (or 0x656575) is known color: Comet. HEX triplet: 65, 65 and 75. RGB value is (101,101,117). Sum of RGB (Red+Green+Blue) = 101+101+117=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #656575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656575 is #9A9A8A. Grayscale: #666666. Windows color (decimal): -10132107 or 7693669. OLE color: 7693669.

HSL color Cylindrical-coordinate representation of color #656575: hue angle of 240º 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 #656575 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 101 117 -
CMYK 0.14 0.14 0 0.54
HSL 240º 0.07% 0.43% -
HSV(B) 240º 0.14% 0.46% -
XYZ 13.23 13.36 18.71 -
YUV 102.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 101 101 117 0.14 0.14 0 0.54 240 0.07 0.43
Hex 65 65 75 E E 0 36 F0 7 2B
Octal 145 145 165 16 16 0 66 360 7 53
Binary 1100101 1100101 1110101 1110 1110 0 110110 11110000 111 101011

Color Harmonies of #656575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656575

Black with #656575

Text Example


Text Example

White with #656575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656575; }

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

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

background-color css

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

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

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

border-color css

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

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

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