Html Css Color HEX #616363 River Bed

📋 copy color: '#616363'

red 97 ◦ green 99 ◦ blue 99

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

Shades of River Bed #616363

Tints of River Bed #616363

RGB

 RED value IS 97 (38.28% from 255) = 32.88%

 GREEN value IS 99 (39.06% from 255) = 33.56%

 BLUE value IS 99 (39.06% 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.61

RGB Variations

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

Color information

#616363 (or 0x616363) is known color: River Bed. HEX triplet: 61, 63 and 63. RGB value is (97,99,99). Sum of RGB (Red+Green+Blue) = 97+99+99=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #616363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616363 is #9E9C9C. Grayscale: #626262. Windows color (decimal): -10394781 or 6513505. OLE color: 6513505.

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

Color convert

RGB 97 99 99 -
CMYK 0.02 0 0 0.61
HSL 180º 0.01% 0.38% -
HSV(B) 180º 0.02% 0.39% -
XYZ 11.64 12.37 13.58 -
YUV 98.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 97 99 99 0.02 0 0 0.61 180 0.01 0.38
Hex 61 63 63 2 0 0 3D B4 1 26
Octal 141 143 143 2 0 0 75 264 1 46
Binary 1100001 1100011 1100011 10 0 0 111101 10110100 1 100110

Color Harmonies of #616363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616363

Black with #616363

Text Example


Text Example

White with #616363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616363; }

 p { color: rgb(97,99,99); }

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

background-color css

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

 a { background-color: rgb(97,99,99); }

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

border-color css

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

 span { border-color: rgb(97,99,99); }

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