Html Css Color HEX #656262 Dim Gray

📋 copy color: '#656262'

red 101 ◦ green 98 ◦ blue 98

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

Shades of Dim Gray #656262

Tints of Dim Gray #656262

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

 BLUE value IS 98 (38.67% from 255) = 33%

R = 34.01%
G = 33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#656262 (or 0x656262) is known color: Dim Gray. HEX triplet: 65, 62 and 62. RGB value is (101,98,98). Sum of RGB (Red+Green+Blue) = 101+98+98=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 101 - color contains mainly: red. Hex color #656262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656262 is #9A9D9D. Grayscale: #626262. Windows color (decimal): -10132894 or 6447717. OLE color: 6447717.

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

Color convert

RGB 101 98 98 -
CMYK 0 0.03 0.03 0.60
HSL 0.02% 0.39% -
HSV(B) 0.03% 0.4% -
XYZ 11.94 12.38 13.32 -
YUV 98.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 101 98 98 0 0.03 0.03 0.60 0 0.02 0.39
Hex 65 62 62 0 3 3 3C 0 2 27
Octal 145 142 142 0 3 3 74 0 2 47
Binary 1100101 1100010 1100010 0 11 11 111100 0 10 100111

Color Harmonies of #656262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656262

Black with #656262

Text Example


Text Example

White with #656262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656262; }

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

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

background-color css

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

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

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

border-color css

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

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

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