Html Css Color HEX #606262 River Bed

📋 copy color: '#606262'

red 96 ◦ green 98 ◦ blue 98

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

Shades of River Bed #606262

Tints of River Bed #606262

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

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

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

R = 32.88%
G = 33.56%
B = 33.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#606262 (or 0x606262) is known color: River Bed. HEX triplet: 60, 62 and 62. RGB value is (96,98,98). Sum of RGB (Red+Green+Blue) = 96+98+98=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #606262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606262 is #9F9D9D. Grayscale: #616161. Windows color (decimal): -10460574 or 6447712. OLE color: 6447712.

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

Color convert

RGB 96 98 98 -
CMYK 0.02 0 0 0.62
HSL 180º 0.01% 0.38% -
HSV(B) 180º 0.02% 0.38% -
XYZ 11.4 12.1 13.29 -
YUV 97.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 96 98 98 0.02 0 0 0.62 180 0.01 0.38
Hex 60 62 62 2 0 0 3E B4 1 26
Octal 140 142 142 2 0 0 76 264 1 46
Binary 1100000 1100010 1100010 10 0 0 111110 10110100 1 100110

Color Harmonies of #606262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606262

Black with #606262

Text Example


Text Example

White with #606262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606262; }

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

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

background-color css

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

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

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

border-color css

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

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

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